reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/CallSite.h
  511     CALLSITE_DELEGATE_GETTER(doesNotReturn());
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2952         if (Call->doesNotReturn())
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  380   if (CI->doesNotReturn()) {
lib/Transforms/IPO/PruneEH.cpp
  206         if (CI->doesNotReturn() && !CI->isMustTailCall() &&
lib/Transforms/Utils/Local.cpp
 2068         if (CI->doesNotReturn() && !CI->isMustTailCall()) {
tools/clang/lib/CodeGen/CGCall.cpp
 4412   if (CI->doesNotReturn()) {
tools/polly/lib/Analysis/ScopDetection.cpp
  670   if (CI.doesNotReturn())
tools/polly/lib/Support/ScopHelper.cpp
  443       if (CI->doesNotReturn())