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

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 3600   scop.reset(new Scop(R, SE, LI, DT, *SD.getDetectionContext(&R), ORE));
 3600   scop.reset(new Scop(R, SE, LI, DT, *SD.getDetectionContext(&R), ORE));
 3602   buildStmts(R);
 3639   if (!R.isTopLevelRegion() && !scop->hasSingleExitEdge()) {
 3640     for (Instruction &Inst : *R.getExit()) {
 3664   if (!buildDomains(&R, InvalidDomainMap)) {