Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp1441 static bool canFallThroughTo(MachineBasicBlock &MBB, MachineBasicBlock &ToMBB) { in canFallThroughTo() function
1590 if (!canFallThroughTo(*BBI.BB, NextMBB)) { in IfConvertSimple()
1729 bool isFallThrough = canFallThroughTo(*BBI.BB, NextMBB); in IfConvertTriangle()