Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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 …]