Home
last modified time | relevance | path

Searched defs:PromoteMem2Reg (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp222 struct PromoteMem2Reg { struct
224 std::vector<AllocaInst *> Allocas;
225 DominatorTree &DT;
226 DIBuilder DIB;
229 AliasSetTracker *AST;
232 AssumptionCache *AC;
235 DenseMap<AllocaInst *, unsigned> AllocaLookup;
243 DenseMap<std::pair<unsigned, unsigned>, PHINode *> NewPhiNodes;
247 DenseMap<PHINode *, unsigned> PhiToAllocaMap;
252 std::vector<Value *> PointerAllocaValues;
[all …]
/external/llvm-project/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp222 struct PromoteMem2Reg { struct
224 std::vector<AllocaInst *> Allocas;
226 DominatorTree &DT;
227 DIBuilder DIB;
230 AssumptionCache *AC;
232 const SimplifyQuery SQ;
235 DenseMap<AllocaInst *, unsigned> AllocaLookup;
243 DenseMap<std::pair<unsigned, unsigned>, PHINode *> NewPhiNodes;
247 DenseMap<PHINode *, unsigned> PhiToAllocaMap;
252 SmallVector<AllocaInfo::DbgUserVec, 8> AllocaDbgUsers;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp225 struct PromoteMem2Reg { struct
227 std::vector<AllocaInst *> Allocas;
229 DominatorTree &DT;
230 DIBuilder DIB;
233 AssumptionCache *AC;
235 const SimplifyQuery SQ;
238 DenseMap<AllocaInst *, unsigned> AllocaLookup;
246 DenseMap<std::pair<unsigned, unsigned>, PHINode *> NewPhiNodes;
250 DenseMap<PHINode *, unsigned> PhiToAllocaMap;
255 SmallVector<TinyPtrVector<DbgVariableIntrinsic *>, 8> AllocaDbgDeclares;
[all …]