Home
last modified time | relevance | path

Searched refs:StmtIt (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1757 for (auto StmtIt = Stmts.begin(), StmtEnd = Stmts.end(); StmtIt != StmtEnd;) { in removeStmts() local
1758 if (!ShouldDelete(*StmtIt)) { in removeStmts()
1759 StmtIt++; in removeStmts()
1766 SmallVector<MemoryAccess *, 16> MAList(StmtIt->begin(), StmtIt->end()); in removeStmts()
1768 StmtIt->removeSingleMemoryAccess(MA, AfterHoisting); in removeStmts()
1770 removeFromStmtMap(*StmtIt); in removeStmts()
1771 StmtIt = Stmts.erase(StmtIt); in removeStmts()