Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp603 bool FullBlockTail1 = I1 == MBB1->begin(); in ProfitableToMerge() local
624 if (FullBlockTail1 && FullBlockTail2 && in ProfitableToMerge()
634 if (MBB2->isLayoutSuccessor(MBB1) && FullBlockTail1) in ProfitableToMerge()
641 if (AfterPlacement && FullBlockTail1 && FullBlockTail2) { in ProfitableToMerge()
676 (FullBlockTail1 || FullBlockTail2); in ProfitableToMerge()