Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp88 using BBPredicates = DenseMap<BasicBlock *, Value *>; typedef
89 using PredMap = DenseMap<BasicBlock *, BBPredicates>;
468 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()
469 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()
575 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()
907 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()
915 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1932 using BBPredicates = DenseMap<BasicBlock *, Instruction *>; typedef
1987 BBPredicates &GuardPredicates) { in setupBranchForGuard()
2007 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates) { in calcPredicateUsingInteger()
2052 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates, in calcPredicateUsingBooleans()
2125 BBPredicates GuardPredicates; in convertToGuardPredicates()