Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp1687 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock() local
1688 if (PredHasNoFallThrough || !PriorUnAnalyzable || in OptimizeBlock()
1692 if (!PredHasNoFallThrough && PrevBB.isSuccessor(MBB) && in OptimizeBlock()