HomeSort by relevance Sort by last modified time
    Searched refs:CallsEhReturn (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsMachineFunction.h 56 /// CallsEhReturn - Whether the function calls llvm.eh.return.
57 bool CallsEhReturn;
65 VarArgsFrameIndex(0), CallsEhReturn(false)
88 bool callsEhReturn() const { return CallsEhReturn; }
89 void setCallsEhReturn() { CallsEhReturn = true; }
MipsMachineFunction.cpp 71 return CallsEhReturn && (FI == EhDataRegFI[0] || FI == EhDataRegFI[1]

Completed in 8258 milliseconds