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

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 1796   if (CI == nullptr)
 1799   if (CI->doesNotAccessMemory() || isIgnoredIntrinsic(CI) || isDebugCall(CI))
 1799   if (CI->doesNotAccessMemory() || isIgnoredIntrinsic(CI) || isDebugCall(CI))
 1799   if (CI->doesNotAccessMemory() || isIgnoredIntrinsic(CI) || isDebugCall(CI))
 1803   auto *AF = SE.getConstant(IntegerType::getInt64Ty(CI->getContext()), 0);
 1804   auto *CalledFunction = CI->getCalledFunction();
 1815     GlobalReads.emplace_back(Stmt, CI);
 1823     for (const auto &Arg : CI->arg_operands()) {
 1833                      ArgBasePtr->getType(), false, {AF}, {nullptr}, CI);