Searched refs:canFallThroughTo (Results 1 – 4 of 4) sorted by relevance
38 # IfConversion.cpp/canFallThroughTo thought there was a fallthrough from
909 static bool canFallThroughTo(MachineBasicBlock *BB, MachineBasicBlock *ToBB) { in canFallThroughTo() function1060 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) { in IfConvertSimple()1167 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB); in IfConvertTriangle()
1002 static bool canFallThroughTo(MachineBasicBlock *BB, MachineBasicBlock *ToBB) { in canFallThroughTo() function1167 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) { in IfConvertSimple()1309 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB); in IfConvertTriangle()
1325 static bool canFallThroughTo(MachineBasicBlock &MBB, MachineBasicBlock &ToMBB) { in canFallThroughTo() function1474 if (!canFallThroughTo(*BBI.BB, NextMBB)) { in IfConvertSimple()1613 bool isFallThrough = canFallThroughTo(*BBI.BB, NextMBB); in IfConvertTriangle()