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.cpp378 struct PromoteMem2Reg { struct
380 std::vector<AllocaInst *> Allocas;
382 DominatorTree &DT;
383 DIBuilder DIB;
386 AssumptionCache *AC;
388 const SimplifyQuery SQ;
391 DenseMap<AllocaInst *, unsigned> AllocaLookup;
398 DenseMap<std::pair<unsigned, unsigned>, PHINode *> NewPhiNodes;
402 DenseMap<PHINode *, unsigned> PhiToAllocaMap;
407 SmallVector<AllocaInfo::DbgUserVec, 8> AllocaDbgUsers;
[all …]