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

/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h56 /// CallsEhReturn - Whether the function calls llvm.eh.return.
57 bool CallsEhReturn; member in class:llvm::MipsFunctionInfo
65 VarArgsFrameIndex(0), CallsEhReturn(false)
88 bool callsEhReturn() const { return CallsEhReturn; }
89 void setCallsEhReturn() { CallsEhReturn = true; }
H A DMipsMachineFunction.cpp71 return CallsEhReturn && (FI == EhDataRegFI[0] || FI == EhDataRegFI[1]

Completed in 56 milliseconds