Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1633 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()
/llvm-project-15.0.7/polly/test/Simplify/
H A Dfunc-b320a7.ll4 ; Use-after-free by reference to Stmt remaining in InstStmtMap after removing it has been removed b…
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1712 DenseMap<Instruction *, ScopStmt *> InstStmtMap; variable
2346 return InstStmtMap.lookup(Inst); in getStmtFor()