Searched refs:InstStmtMap (Results 1 – 3 of 3) sorted by relevance
1732 InstStmtMap.erase(Inst); in removeFromStmtMap()1742 InstStmtMap.erase(&Inst); in removeFromStmtMap()1751 InstStmtMap.erase(Inst); in removeFromStmtMap()2387 assert(!InstStmtMap.count(Inst) && in addScopStmt()2389 InstStmtMap[Inst] = Stmt; in addScopStmt()2400 assert(!InstStmtMap.count(Inst) && in addScopStmt()2402 InstStmtMap[Inst] = Stmt; in addScopStmt()2410 assert(!InstStmtMap.count(&Inst) && in addScopStmt()2412 InstStmtMap[&Inst] = Stmt; in addScopStmt()
4 ; Use-after-free by reference to Stmt remaining in InstStmtMap after removing it has been removed b…
1757 DenseMap<Instruction *, ScopStmt *> InstStmtMap; variable2362 return InstStmtMap.lookup(Inst); in getStmtFor()