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

  /external/llvm/include/llvm/Support/
CallSite.h 222 bool doesNotReturn() const {
223 CALLSITE_DELEGATE_GETTER(doesNotReturn());
225 void setDoesNotReturn(bool doesNotReturn = true) {
226 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 93 SCCMightReturn |= !F->doesNotReturn();
96 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
209 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
  /external/llvm/include/llvm/
Function.h 233 bool doesNotReturn() const {
236 void setDoesNotReturn(bool DoesNotReturn = true) {
237 if (DoesNotReturn) addFnAttr(Attribute::NoReturn);
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 126 if (CI->doesNotReturn()) {
  /external/llvm/lib/Analysis/
Lint.cpp 357 Assert1(!F->doesNotReturn(),
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
LegalizeTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 669 if (CI->doesNotReturn()) {
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 370 milliseconds