Searched defs:AllocaInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp105 struct AllocaInfo { struct in namespace:__anon25521
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) {
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp97 /// AllocaInfo - When analyzing uses of an alloca instruction, this captures
100 struct AllocaInfo { struct in struct:__anon25495::SROA
127 explicit AllocaInfo(AllocaInst *ai) function in struct:__anon25495::SROA::AllocaInfo
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,
1598 AllocaInfo &Info) {
1658 AllocaInfo
[all...]

Completed in 70 milliseconds