Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1646 auto StmtMapIt = StmtMap.find(Stmt.getBasicBlock()); in removeFromStmtMap() local
1647 if (StmtMapIt != StmtMap.end()) in removeFromStmtMap()
1648 StmtMapIt->second.erase(std::remove(StmtMapIt->second.begin(), in removeFromStmtMap()
1649 StmtMapIt->second.end(), &Stmt), in removeFromStmtMap()
1650 StmtMapIt->second.end()); in removeFromStmtMap()
2348 auto StmtMapIt = StmtMap.find(BB); in getStmtListFor() local
2349 if (StmtMapIt == StmtMap.end()) in getStmtListFor()
2351 return StmtMapIt->second; in getStmtListFor()