Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DControlFlowUtils.cpp26 using BBPredicates = DenseMap<BasicBlock *, Instruction *>; typedef
70 BBPredicates &GuardPredicates) { in setupBranchForGuard()
89 BBPredicates &GuardPredicates) { in calcPredicateUsingInteger()
133 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates, in calcPredicateUsingBooleans()
207 BBPredicates GuardPredicates; in convertToGuardPredicates()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp128 using BBPredicates = DenseMap<BasicBlock *, PredInfo>; typedef
129 using PredMap = DenseMap<BasicBlock *, BBPredicates>;
514 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()
515 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()
612 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()
1027 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()
1035 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()