Home
last modified time | relevance | path

Searched refs:canFallThroughTo (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DIfConversion.cpp962 static bool canFallThroughTo(MachineBasicBlock *BB, MachineBasicBlock *ToBB) { in canFallThroughTo() function
1127 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) { in IfConvertSimple()
1269 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB); in IfConvertTriangle()