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

  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 94 SCCMightReturn |= !F->doesNotReturn();
97 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
212 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
  /external/llvm/include/llvm/IR/
CallSite.h 251 bool doesNotReturn() const {
252 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 256 bool doesNotReturn() const {
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 449 return !CI->doesNotReturn();
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 357 Assert1(!F->doesNotReturn(),
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 90 bool doesNotReturn,
109 .setNoReturn(doesNotReturn).setDiscardResult(!isReturnValueUsed)
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 162 milliseconds