Searched refs:InstStmtMap (Results 1 – 3 of 3) sorted by relevance
1633 InstStmtMap.erase(Inst); in removeFromStmtMap()1643 InstStmtMap.erase(&Inst); in removeFromStmtMap()1652 InstStmtMap.erase(Inst); in removeFromStmtMap()2302 assert(!InstStmtMap.count(Inst) && in addScopStmt()2304 InstStmtMap[Inst] = Stmt; in addScopStmt()2315 assert(!InstStmtMap.count(Inst) && in addScopStmt()2317 InstStmtMap[Inst] = Stmt; in addScopStmt()2325 assert(!InstStmtMap.count(&Inst) && in addScopStmt()2327 InstStmtMap[&Inst] = Stmt; in addScopStmt()
4 ; Use-after-free by reference to Stmt remaining in InstStmtMap after removing it has been removed b…
1712 DenseMap<Instruction *, ScopStmt *> InstStmtMap; variable2346 return InstStmtMap.lookup(Inst); in getStmtFor()