Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Difcvt_canFallThroughTo.mir38 # IfConversion.cpp/canFallThroughTo thought there was a fallthrough from
/llvm-project-15.0.7/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()