Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:canFallThroughTo

906 /// canFallThroughTo - Returns true either if ToBB is the next block after BB or
909 static bool canFallThroughTo(MachineBasicBlock *BB, MachineBasicBlock *ToBB) {
1060 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) {
1167 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB);