Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.cpp622 bool FullBlockTail2 = I2 == MBB2->begin(); in ProfitableToMerge() local
642 if (FullBlockTail1 && FullBlockTail2 && in ProfitableToMerge()
650 if (MBB1->isLayoutSuccessor(MBB2) && FullBlockTail2) in ProfitableToMerge()
659 if (AfterPlacement && FullBlockTail1 && FullBlockTail2) { in ProfitableToMerge()
697 (FullBlockTail1 || FullBlockTail2); in ProfitableToMerge()