Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBranchFolding.cpp574 bool FullBlockTail1 = I1 == MBB1->begin(); in ProfitableToMerge() local
595 if (FullBlockTail1 && FullBlockTail2 && in ProfitableToMerge()
605 if (MBB2->isLayoutSuccessor(MBB1) && FullBlockTail1) in ProfitableToMerge()
612 if (AfterPlacement && FullBlockTail1 && FullBlockTail2) { in ProfitableToMerge()
650 (FullBlockTail1 || FullBlockTail2); in ProfitableToMerge()