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

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 2213       Stmt &&
 2215   assert(Stmt->represents(&BB));
 2222   auto BuildAccessesForInst = [this, Stmt,
 2226       buildPHIAccesses(Stmt, PHI, NonAffineSubRegion, false);
 2229       assert(Stmt && "Cannot build access function in non-existing statement");
 2230       buildMemoryAccess(MemInst, Stmt);
 2238       buildScalarDependences(Stmt, Inst);
 2242   bool IsEntryBlock = (Stmt->getEntryBlock() == &BB);
 2244     for (Instruction *Inst : Stmt->getInstructions())
 2246     if (Stmt->isRegionStmt())