Searched refs:canFallThroughTo (Results 1 – 1 of 1) sorted by relevance
962 static bool canFallThroughTo(MachineBasicBlock *BB, MachineBasicBlock *ToBB) { in canFallThroughTo() function1127 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) { in IfConvertSimple()1269 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB); in IfConvertTriangle()