Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DFastISelEmitter.cpp374 typedef std::multimap<int, InstructionMemo> PredMap; typedef in __anon8ee357870511::FastISelMap
375 typedef std::map<MVT::SimpleValueType, PredMap> RetPredMap;
402 const PredMap &PM,
623 const PredMap &PM, in emitInstructionCode()
630 for (PredMap::const_reverse_iterator PI = PM.rbegin(), PE = PM.rend(); in emitInstructionCode()
705 const PredMap &PM = RI.second; in printFunctionDefinitions()
754 const PredMap &PM = RM.begin()->second; in printFunctionDefinitions()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp959 SmallDenseMap<BasicBlock *, PredInfo> PredMap; in applyInsertUpdates() local
963 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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp88 using PredMap = DenseMap<BasicBlock *, BBPredicates>; typedef
258 PredMap Predicates;
262 PredMap LoopPreds;
607 for (auto &I : concat<PredMap::value_type>(Predicates, LoopPreds)) { in simplifyConditions()