Home
last modified time | relevance | path

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

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