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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h53 bool callsEhReturn() const { return CallsEhReturn; }
54 void setCallsEhReturn() { CallsEhReturn = true; }
106 /// CallsEhReturn - Whether the function calls llvm.eh.return.
107 bool CallsEhReturn = false; member in class:llvm::MipsFunctionInfo
H A DMipsMachineFunction.cpp176 return CallsEhReturn && (FI == EhDataRegFI[0] || FI == EhDataRegFI[1]

Completed in 125 milliseconds