Home
last modified time | relevance | path

Searched refs: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
375 typedef std::map<MVT::SimpleValueType, PredMap> RetPredMap;
407 const PredMap &PM,
629 const PredMap &PM, in emitInstructionCode()
636 for (PredMap::const_reverse_iterator PI = PM.rbegin(), PE = PM.rend(); in emitInstructionCode()
711 const PredMap &PM = RI.second; in printFunctionDefinitions()
760 const PredMap &PM = RM.begin()->second; in printFunctionDefinitions()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp959 SmallDenseMap<BasicBlock *, PredInfo> PredMap; in applyInsertUpdates() local
963 auto &AddedBlockSet = PredMap[BB].Added; in applyInsertUpdates()
970 for (auto &BBPredPair : PredMap) { in applyInsertUpdates()
999 PredMap.erase(BB); in applyInsertUpdates()
1008 if (PredMap.count(BB) && !MSSA->getMemoryAccess(BB)) in applyInsertUpdates()
1013 for (auto &BBPredPair : PredMap) { in applyInsertUpdates()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp87 using PredMap = DenseMap<BasicBlock *, BBPredicates>; typedef
254 PredMap Predicates;
258 PredMap LoopPreds;
590 for (auto &I : concat<PredMap::value_type>(Predicates, LoopPreds)) { in simplifyConditions()