Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DSplitAlignedScalars.cpp170 auto dclDataIt = dclData.find(dcl); in gatherCandidates() local
171 if (dclDataIt != dclData.end()) in gatherCandidates()
173 if ((*dclDataIt).second.allowed) in gatherCandidates()
250 auto dclDataIt = dclData.find(dcl); in pruneCandidates() local
252 if (dclDataIt != dclData.end()) in pruneCandidates()
392 auto dclDataIt = dclData.find(dcl); in run() local
393 if (dclDataIt != dclData.end()) in run()