Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp670 BranchInst *PreHeaderBR = cast<BranchInst>(PreHeader->getTerminator()); in UnrollRuntimeLoopRemainder() local
675 TTI, PreHeaderBR)) { in UnrollRuntimeLoopRemainder()
748 PreHeaderBR = cast<BranchInst>(PreHeader->getTerminator()); in UnrollRuntimeLoopRemainder()
750 PreHeaderBR); in UnrollRuntimeLoopRemainder()
752 PreHeaderBR); in UnrollRuntimeLoopRemainder()
753 IRBuilder<> B(PreHeaderBR); in UnrollRuntimeLoopRemainder()
792 PreHeaderBR->eraseFromParent(); in UnrollRuntimeLoopRemainder()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1807 BranchInst *PreHeaderBR = cast<BranchInst>(PreHeader->getTerminator()); in run() local
1843 TTI, PreHeaderBR)) in run()