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

References

tools/polly/lib/Analysis/ScopDetection.cpp
  670   if (CI.doesNotReturn())
  673   if (CI.doesNotAccessMemory())
  676   if (auto *II = dyn_cast<IntrinsicInst>(&CI))
  680   Function *CalledFunction = CI.getCalledFunction();
  686   if (isDebugCall(&CI)) {
  703       Context.AST.addUnknown(&CI);
  707       for (const auto &Arg : CI.arg_operands()) {
  713         auto *ArgSCEV = SE.getSCEVAtScope(Arg, LI.getLoopFor(CI.getParent()));
  728       Context.AST.addUnknown(&CI);