Searched refs:PredMap (Results 1 – 3 of 3) sorted by relevance
379 typedef std::multimap<int, InstructionMemo> PredMap; typedef in __anond0ef0c150511::FastISelMap380 typedef std::map<MVT::SimpleValueType, PredMap> RetPredMap;412 const PredMap &PM,635 const PredMap &PM, in emitInstructionCode()642 for (PredMap::const_reverse_iterator PI = PM.rbegin(), PE = PM.rend(); in emitInstructionCode()721 const PredMap &PM = RI->second; in printFunctionDefinitions()773 const PredMap &PM = RM.begin()->second; in printFunctionDefinitions()
716 SmallDenseMap<BasicBlock *, PredInfo> PredMap; in applyInsertUpdates() local720 auto &AddedBlockSet = PredMap[BB].Added; in applyInsertUpdates()727 for (auto &BBPredPair : PredMap) { in applyInsertUpdates()757 PredMap.erase(BB); in applyInsertUpdates()766 if (PredMap.count(BB) && !MSSA->getMemoryAccess(BB)) in applyInsertUpdates()771 for (auto &BBPredPair : PredMap) { in applyInsertUpdates()
82 using PredMap = DenseMap<BasicBlock *, BBPredicates>; typedef197 PredMap Predicates;201 PredMap LoopPreds;