Searched refs:AllocaInfo (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 106 struct AllocaInfo { struct 308 AllocaInfo &Info); 309 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info, 352 static bool rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, in rewriteSingleStoreAlloca() 450 static void promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, in promoteSingleBlockAlloca() 533 AllocaInfo Info; in run() 777 AllocaInst *AI, AllocaInfo &Info, in ComputeLiveInBlocks() 852 AllocaInfo &Info) { in DetermineInsertionPoint()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 100 struct AllocaInfo { struct 127 explicit AllocaInfo(AllocaInst *ai) in AllocaInfo() argument 147 void MarkUnsafe(AllocaInfo &I, Instruction *User) { in MarkUnsafe() 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) { in isSafeForScalarRepl() 1671 AllocaInfo &Info) { in isSafePHISelectUseForScalarRepl() 1722 uint64_t &Offset, AllocaInfo &Info) { in isSafeGEP() [all …]
|