Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp579 bool FullBlockTail2 = I2 == MBB2->begin(); in ProfitableToMerge() local
599 if (FullBlockTail1 && FullBlockTail2 && in ProfitableToMerge()
607 if (MBB1->isLayoutSuccessor(MBB2) && FullBlockTail2) in ProfitableToMerge()
616 if (AfterPlacement && FullBlockTail1 && FullBlockTail2) { in ProfitableToMerge()
654 (FullBlockTail1 || FullBlockTail2); in ProfitableToMerge()