Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp345 struct PromoteMem2Reg { struct
347 std::vector<AllocaInst *> Allocas;
349 DominatorTree &DT;
350 DIBuilder DIB;
353 AssumptionCache *AC;
355 const SimplifyQuery SQ;
358 DenseMap<AllocaInst *, unsigned> AllocaLookup;
366 DenseMap<std::pair<unsigned, unsigned>, PHINode *> NewPhiNodes;
370 DenseMap<PHINode *, unsigned> PhiToAllocaMap;
375 SmallVector<AllocaInfo::DbgUserVec, 8> AllocaDbgUsers;
[all …]