Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp378 typedef std::multimap<int, InstructionMemo> PredMap; global() typedef in __anon325e80020511::FastISelMap
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp89 using PredMap = DenseMap<BasicBlock *, BBPredicates>; typedef
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp934 SmallDenseMap<BasicBlock *, PredInfo> PredMap; in applyInsertUpdates() local