Searched defs:PredHasNoFallThrough (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1287 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); local
1288 if (PredHasNoFallThrough || !PriorUnAnalyzable ||
1292 if (!PredHasNoFallThrough && PrevBB.isSuccessor(MBB) &&

Completed in 570 milliseconds