Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1745 auto StmtMapIt = StmtMap.find(Stmt.getBasicBlock()); in removeFromStmtMap() local
1746 if (StmtMapIt != StmtMap.end()) in removeFromStmtMap()
1747 StmtMapIt->second.erase(std::remove(StmtMapIt->second.begin(), in removeFromStmtMap()
1748 StmtMapIt->second.end(), &Stmt), in removeFromStmtMap()
1749 StmtMapIt->second.end()); in removeFromStmtMap()
2433 auto StmtMapIt = StmtMap.find(BB); in getStmtListFor() local
2434 if (StmtMapIt == StmtMap.end()) in getStmtListFor()
2436 return StmtMapIt->second; in getStmtListFor()