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

/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp127 struct AllocaInfo;
278 AllocaInfo &Info);
279 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
283 void RewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info,
285 void PromoteSingleBlockAlloca(AllocaInst *AI, AllocaInfo &Info,
294 struct AllocaInfo { struct in namespace:__anon9162
393 AllocaInfo Info;
675 ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
747 AllocaInfo &Info) {
835 AllocaInfo
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp96 /// AllocaInfo - When analyzing uses of an alloca instruction, this captures
99 struct AllocaInfo { struct in struct:__anon9141::SROA
126 explicit AllocaInfo(AllocaInst *ai) function in struct:__anon9141::SROA::AllocaInfo
146 void MarkUnsafe(AllocaInfo &I, Instruction *User) {
153 void isSafeForScalarRepl(Instruction *I, uint64_t Offset, AllocaInfo &Info);
155 AllocaInfo &Info);
156 void isSafeGEP(GetElementPtrInst *GEPI, uint64_t &Offset, AllocaInfo &Info);
158 Type *MemOpType, bool isStore, AllocaInfo &Info,
1600 AllocaInfo &Info) {
1662 AllocaInfo
[all...]

Completed in 141 milliseconds