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

/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp106 struct AllocaInfo { struct in namespace:__anon11111
127 /// Scan the uses of the specified alloca, filling in the AllocaInfo used
308 AllocaInfo &Info);
309 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
352 static bool rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info,
450 static void promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info,
533 AllocaInfo Info;
777 AllocaInst *AI, AllocaInfo &Info,
852 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:__anon11085::SROA
127 explicit AllocaInfo(AllocaInst *ai) function in struct:__anon11085::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,
1610 AllocaInfo &Info) {
1671 AllocaInfo
[all...]

Completed in 85 milliseconds