Home
last modified time | relevance | path

Searched refs:oldInsts (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DDebugInfo.h166 INST_LIST oldInsts; variable
269 oldInsts.assign(bb->begin(), bb->end()); in setOldInstList()
271 void clearOldInstList() { oldInsts.clear(); } in clearOldInstList()
H A DDebugInfo.cpp2268 for (auto oldInstsIt : oldInsts) in getDeltaInstructions()