Searched refs:StmtMapIt (Results 1 – 1 of 1) sorted by relevance
1745 auto StmtMapIt = StmtMap.find(Stmt.getBasicBlock()); in removeFromStmtMap() local1746 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() local2434 if (StmtMapIt == StmtMap.end()) in getStmtListFor()2436 return StmtMapIt->second; in getStmtListFor()