Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp375 typedef std::multimap<int, InstructionMemo> PredMap; typedef in __anon3cd78fb00711::FastISelMap
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp129 using PredMap = DenseMap<BasicBlock *, BBPredicates>; typedef
H A DGVN.cpp3016 SmallVector<std::pair<Value *, BasicBlock *>, 8> PredMap; in performScalarPRE() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp943 SmallDenseMap<BasicBlock *, PredInfo> PredMap; in applyInsertUpdates() local