Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp87 using BBPredicates = DenseMap<BasicBlock *, Value *>; typedef
88 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()
909 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()
917 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1732 using BBPredicates = DenseMap<BasicBlock *, Instruction *>; typedef
1787 BBPredicates &GuardPredicates) { in setupBranchForGuard()
1807 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates) { in calcPredicateUsingInteger()
1852 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates, in calcPredicateUsingBooleans()
1925 BBPredicates GuardPredicates; in convertToGuardPredicates()