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

Declarations

tools/polly/include/polly/Support/ScopHelper.h
  494 bool isDebugCall(llvm::Instruction *Inst);

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 1799   if (CI->doesNotAccessMemory() || isIgnoredIntrinsic(CI) || isDebugCall(CI))
tools/polly/lib/Analysis/ScopDetection.cpp
  686   if (isDebugCall(&CI)) {
tools/polly/lib/Support/ScopHelper.cpp
  431       if (isDebugCall(CI))
  739     if (isDebugCall(&Inst))
  754     if (isDebugCall(Inst))