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

/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp125 struct AllocaInfo;
276 AllocaInfo &Info);
277 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
281 void RewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info,
283 void PromoteSingleBlockAlloca(AllocaInst *AI, AllocaInfo &Info,
292 struct AllocaInfo { struct in namespace:__anon7093
391 AllocaInfo Info;
672 ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
744 AllocaInfo &Info) {
832 AllocaInfo
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp83 /// AllocaInfo - When analyzing uses of an alloca instruction, this captures
86 struct AllocaInfo { struct in struct:__anon7072::SROA
113 explicit AllocaInfo(AllocaInst *ai) function in struct:__anon7072::SROA::AllocaInfo
120 void MarkUnsafe(AllocaInfo &I, Instruction *User) {
127 void isSafeForScalarRepl(Instruction *I, uint64_t Offset, AllocaInfo &Info);
129 AllocaInfo &Info);
130 void isSafeGEP(GetElementPtrInst *GEPI, uint64_t &Offset, AllocaInfo &Info);
132 Type *MemOpType, bool isStore, AllocaInfo &Info,
1505 AllocaInfo &Info) {
1564 AllocaInfo
[all...]

Completed in 529 milliseconds