Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBranchFolding.cpp578 bool FullBlockTail1 = I1 == MBB1->begin(); in ProfitableToMerge() local
599 if (FullBlockTail1 && FullBlockTail2 && in ProfitableToMerge()
609 if (MBB2->isLayoutSuccessor(MBB1) && FullBlockTail1) in ProfitableToMerge()
616 if (AfterPlacement && FullBlockTail1 && FullBlockTail2) { in ProfitableToMerge()
654 (FullBlockTail1 || FullBlockTail2); in ProfitableToMerge()