Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1438 static bool canFallThroughTo(MachineBasicBlock &MBB, MachineBasicBlock &ToMBB) { in canFallThroughTo() function
1577 if (!canFallThroughTo(*BBI.BB, NextMBB)) { in IfConvertSimple()
1716 bool isFallThrough = canFallThroughTo(*BBI.BB, NextMBB); in IfConvertTriangle()