Home
last modified time | relevance | path

Searched refs:PredMap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp378 typedef std::multimap<int, InstructionMemo> PredMap; typedef in __anon8c47ee780511::FastISelMap
379 typedef std::map<MVT::SimpleValueType, PredMap> RetPredMap;
406 const PredMap &PM,
627 const PredMap &PM, in emitInstructionCode()
634 for (PredMap::const_reverse_iterator PI = PM.rbegin(), PE = PM.rend(); in emitInstructionCode()
709 const PredMap &PM = RI.second; in printFunctionDefinitions()
758 const PredMap &PM = RM.begin()->second; in printFunctionDefinitions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp934 SmallDenseMap<BasicBlock *, PredInfo> PredMap; in applyInsertUpdates() local
938 auto &AddedBlockSet = PredMap[BB].Added; in applyInsertUpdates()
945 for (auto &BBPredPair : PredMap) { in applyInsertUpdates()
974 PredMap.erase(BB); in applyInsertUpdates()
983 if (PredMap.count(BB) && !MSSA->getMemoryAccess(BB)) in applyInsertUpdates()
988 for (auto &BBPredPair : PredMap) { in applyInsertUpdates()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp89 using PredMap = DenseMap<BasicBlock *, BBPredicates>; typedef
259 PredMap Predicates;
263 PredMap LoopPreds;
607 for (auto &I : concat<PredMap::value_type>(Predicates, LoopPreds)) { in simplifyConditions()