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

  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 97 SCCMightReturn |= !F->doesNotReturn();
100 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
226 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
  /external/llvm/include/llvm/IR/
CallSite.h 342 bool doesNotReturn() const {
343 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 309 bool doesNotReturn() const {
Instructions.h     [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 62 bool DoesNotReturn : 1;
89 IsInReg(false), DoesNotReturn(false), IsReturnValueUsed(true),
101 DoesNotReturn = Call.doesNotReturn();
125 DoesNotReturn = Call.doesNotReturn();
  /external/llvm/lib/IR/
Instruction.cpp 483 return !CI->doesNotReturn();
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 361 Assert(!F->doesNotReturn(),
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 90 bool doesNotReturn,
116 .setNoReturn(doesNotReturn).setDiscardResult(!isReturnValueUsed)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 656 bool doesNotReturn = CLI.DoesNotReturn;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 8411 milliseconds