Home
last modified time | relevance | path

Searched refs:BBPredicates (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp48 typedef DenseMap<BasicBlock *, Value *> BBPredicates; typedef
49 typedef DenseMap<BasicBlock *, BBPredicates> PredMap;
432 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()
433 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()
539 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()
545 for (BBPredicates::iterator PI = Preds.begin(), PE = Preds.end(); in insertConditions()
752 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()
753 for (BBPredicates::iterator PI = Preds.begin(), PE = Preds.end(); in dominatesPredicates()
764 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
771 for (BBPredicates::iterator I = Preds.begin(), E = Preds.end(); in isPredictableTrue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp87 using BBPredicates = DenseMap<BasicBlock *, Value *>; typedef
88 using PredMap = DenseMap<BasicBlock *, BBPredicates>;
454 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()
455 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()
554 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()
774 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()
782 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp90 using BBPredicates = DenseMap<BasicBlock *, Value *>; typedef
91 using PredMap = DenseMap<BasicBlock *, BBPredicates>;
461 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()
462 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()
560 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()
786 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()
794 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
/external/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp1183 using BBPredicates = DenseMap<BasicBlock *, PHINode *>; typedef
1239 BasicBlock *FirstGuardBlock, BBPredicates &GuardPredicates, in convertToGuardPredicates()
1310 BBPredicates &GuardPredicates, StringRef Prefix) { in createGuardBlocks()
1351 BBPredicates GuardPredicates; in CreateControlFlowHub()