Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp86 using BBPredicates = DenseMap<BasicBlock *, Value *>; typedef
87 using PredMap = DenseMap<BasicBlock *, BBPredicates>;
459 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()
460 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()
558 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()
803 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()
811 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1615 using BBPredicates = DenseMap<BasicBlock *, PHINode *>; typedef
1671 BasicBlock *FirstGuardBlock, BBPredicates &GuardPredicates, in convertToGuardPredicates()
1742 BBPredicates &GuardPredicates, StringRef Prefix) { in createGuardBlocks()
1783 BBPredicates GuardPredicates; in CreateControlFlowHub()