Searched refs:PredMap (Results 1 – 3 of 3) sorted by relevance
374 typedef std::multimap<int, InstructionMemo> PredMap; typedef in __anon7553c2e00511::FastISelMap375 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()
959 SmallDenseMap<BasicBlock *, PredInfo> PredMap; in applyInsertUpdates() local963 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()
87 using PredMap = DenseMap<BasicBlock *, BBPredicates>; typedef254 PredMap Predicates;258 PredMap LoopPreds;590 for (auto &I : concat<PredMap::value_type>(Predicates, LoopPreds)) { in simplifyConditions()