Searched refs:PredMap (Results 1 – 3 of 3) sorted by relevance
378 typedef std::multimap<int, InstructionMemo> PredMap; typedef in __anonf336dd470511::FastISelMap379 typedef std::map<MVT::SimpleValueType, PredMap> RetPredMap;411 const PredMap &PM,634 const PredMap &PM, in emitInstructionCode()641 for (PredMap::const_reverse_iterator PI = PM.rbegin(), PE = PM.rend(); in emitInstructionCode()720 const PredMap &PM = RI->second; in printFunctionDefinitions()772 const PredMap &PM = RM.begin()->second; in printFunctionDefinitions()
912 SmallDenseMap<BasicBlock *, PredInfo> PredMap; in applyInsertUpdates() local916 auto &AddedBlockSet = PredMap[BB].Added; in applyInsertUpdates()923 for (auto &BBPredPair : PredMap) { in applyInsertUpdates()953 PredMap.erase(BB); in applyInsertUpdates()962 if (PredMap.count(BB) && !MSSA->getMemoryAccess(BB)) in applyInsertUpdates()967 for (auto &BBPredPair : PredMap) { in applyInsertUpdates()
88 using PredMap = DenseMap<BasicBlock *, BBPredicates>; typedef203 PredMap Predicates;207 PredMap LoopPreds;