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

References

tools/polly/lib/Analysis/ScopDetection.cpp
 1194   for (auto &Op : Inst.operands()) {
 1214   if (isa<LandingPadInst>(&Inst) || isa<ResumeInst>(&Inst))
 1214   if (isa<LandingPadInst>(&Inst) || isa<ResumeInst>(&Inst))
 1218   if (CallInst *CI = dyn_cast<CallInst>(&Inst)) {
 1222     return invalid<ReportFuncCall>(Context, /*Assert=*/true, &Inst);
 1225   if (!Inst.mayReadOrWriteMemory()) {
 1226     if (!isa<AllocaInst>(Inst))
 1229     return invalid<ReportAlloca>(Context, /*Assert=*/true, &Inst);
 1233   if (auto MemInst = MemAccInst::dyn_cast(Inst)) {
 1238                                                   &Inst);
 1244   return invalid<ReportUnknownInst>(Context, /*Assert=*/true, &Inst);