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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 66 bool DoesNotReturn : 1;
93 IsInReg(false), DoesNotReturn(false), IsReturnValueUsed(true),
105 DoesNotReturn = Call.doesNotReturn();
129 DoesNotReturn = Call.doesNotReturn();
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 237 bool doesNotReturn() const {
240 void setDoesNotReturn(bool DoesNotReturn = true) {
241 if (DoesNotReturn) addFnAttr(Attribute::NoReturn);
Instructions.h     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 669 bool doesNotReturn = CLI.DoesNotReturn;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 395 milliseconds