HomeSort by relevance Sort by last modified time
    Searched refs:AllocaInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 105 struct AllocaInfo {
126 /// Scan the uses of the specified alloca, filling in the AllocaInfo used
303 AllocaInfo &Info);
304 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
347 static bool rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info,
444 static void promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info,
526 AllocaInfo Info;
768 AllocaInst *AI, AllocaInfo &Info,
843 AllocaInfo &Info) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 97 /// AllocaInfo - When analyzing uses of an alloca instruction, this captures
100 struct AllocaInfo {
127 explicit AllocaInfo(AllocaInst *ai)
147 void MarkUnsafe(AllocaInfo &I, Instruction *User) {
154 void isSafeForScalarRepl(Instruction *I, uint64_t Offset, AllocaInfo &Info);
156 AllocaInfo &Info);
157 void isSafeGEP(GetElementPtrInst *GEPI, uint64_t &Offset, AllocaInfo &Info);
159 Type *MemOpType, bool isStore, AllocaInfo &Info,
    [all...]

Completed in 59 milliseconds