Searched refs:isTerminatingEHLabel (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp227 static bool isTerminatingEHLabel(MachineBasicBlock *MBB, MachineInstr &MI) { function
250 (I.isTerminator() || isTerminatingEHLabel(MBB, I))) {

Completed in 226 milliseconds