Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A 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()
783 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()
791 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1589 using BBPredicates = DenseMap<BasicBlock *, PHINode *>; typedef
1645 BasicBlock *FirstGuardBlock, BBPredicates &GuardPredicates, in convertToGuardPredicates()
1716 BBPredicates &GuardPredicates, StringRef Prefix) { in createGuardBlocks()
1757 BBPredicates GuardPredicates; in CreateControlFlowHub()