Searched refs:CurFallsThru (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1355 bool CurFallsThru = MBB->canFallThrough(); local
1369 && (!CurFallsThru || !CurTBB || !CurFBB)
1370 && (!CurFallsThru || MBB->getNumber() >= PredBB->getNumber())) {
1381 if (CurFallsThru) {
1393 if (!CurFallsThru) {

Completed in 41 milliseconds