Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp909 static bool canFallThroughTo(MachineBasicBlock *BB, MachineBasicBlock *ToBB) { in canFallThroughTo() function
1060 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) { in IfConvertSimple()
1167 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB); in IfConvertTriangle()
/external/llvm/lib/CodeGen/
DIfConversion.cpp1002 static bool canFallThroughTo(MachineBasicBlock *BB, MachineBasicBlock *ToBB) { in canFallThroughTo() function
1167 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) { in IfConvertSimple()
1309 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB); in IfConvertTriangle()