Searched refs:StmtIt (Results 1 – 1 of 1) sorted by relevance
1757 for (auto StmtIt = Stmts.begin(), StmtEnd = Stmts.end(); StmtIt != StmtEnd;) { in removeStmts() local1758 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()