Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:canFallThroughTo

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