Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1613 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock() local
1614 if (PredHasNoFallThrough || !PriorUnAnalyzable || in OptimizeBlock()
1618 if (!PredHasNoFallThrough && PrevBB.isSuccessor(MBB) && in OptimizeBlock()