reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/include/polly/ScopInfo.h
 2436     return InstStmtMap.lookup(Inst);
tools/polly/lib/Analysis/ScopInfo.cpp
 1714     InstStmtMap.erase(Inst);
 1724         InstStmtMap.erase(&Inst);
 1733       InstStmtMap.erase(Inst);
 2376     assert(!InstStmtMap.count(Inst) &&
 2378     InstStmtMap[Inst] = Stmt;
 2389     assert(!InstStmtMap.count(Inst) &&
 2391     InstStmtMap[Inst] = Stmt;
 2399       assert(!InstStmtMap.count(&Inst) &&
 2401       InstStmtMap[&Inst] = Stmt;