Searched refs:PredMap (Results 1 – 3 of 3) sorted by relevance
374 typedef std::multimap<int, InstructionMemo> PredMap; typedef in __anon2f99e1bb0511::FastISelMap375 typedef std::map<MVT::SimpleValueType, PredMap> RetPredMap;407 const PredMap &PM,630 const PredMap &PM, in emitInstructionCode()637 for (PredMap::const_reverse_iterator PI = PM.rbegin(), PE = PM.rend(); in emitInstructionCode()712 const PredMap &PM = RI.second; in printFunctionDefinitions()761 const PredMap &PM = RM.begin()->second; in printFunctionDefinitions()
955 SmallDenseMap<BasicBlock *, PredInfo> PredMap; in applyInsertUpdates() local959 auto &AddedBlockSet = PredMap[BB].Added; in applyInsertUpdates()966 for (auto &BBPredPair : PredMap) { in applyInsertUpdates()995 PredMap.erase(BB); in applyInsertUpdates()1004 if (PredMap.count(BB) && !MSSA->getMemoryAccess(BB)) in applyInsertUpdates()1009 for (auto &BBPredPair : PredMap) { in applyInsertUpdates()
91 using PredMap = DenseMap<BasicBlock *, BBPredicates>; typedef258 PredMap Predicates;262 PredMap LoopPreds;