Home
last modified time | relevance | path

Searched defs:GuardBlocks (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp185 SmallVector<BasicBlock *, 8> GuardBlocks; in unifyLoopExits() local
H A DFixIrreducible.cpp192 SmallVector<BasicBlock *, 8> GuardBlocks; in createNaturalLoopInternal() local
H A DBasicBlockUtils.cpp1973 static void setupBranchForGuard(SmallVectorImpl<BasicBlock *> &GuardBlocks, in setupBranchForGuard()
1995 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates) { in calcPredicateUsingInteger()
2040 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates, in calcPredicateUsingBooleans()
2108 convertToGuardPredicates(SmallVectorImpl<BasicBlock *> &GuardBlocks, in convertToGuardPredicates()
2135 DomTreeUpdater *DTU, SmallVectorImpl<BasicBlock *> &GuardBlocks, in CreateControlFlowHub()