Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DFastISelEmitter.cpp374 typedef std::multimap<int, InstructionMemo> PredMap; typedef in __anon7553c2e00511::FastISelMap
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp87 using PredMap = DenseMap<BasicBlock *, BBPredicates>; typedef
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp959 SmallDenseMap<BasicBlock *, PredInfo> PredMap; in applyInsertUpdates() local