Lines Matching full:uses
93 auto firstUse = acc_.Uses(*useIt).begin(); in ReplaceHirControlGate()
117 auto uses = acc_.Uses(hir); in ReplaceHirToSubCfg() local
118 for (auto useIt = uses.begin(); useIt != uses.end();) { in ReplaceHirToSubCfg()
151 auto uses = acc_.Uses(hirGate); in ReplaceHirWithIfBranch() local
152 for (auto it = uses.begin(); it != uses.end();) { in ReplaceHirWithIfBranch()
1274 auto uses = acc_.Uses(hirGate); in LowerExceptionHandler() local
1275 for (auto it = uses.begin(); it != uses.end();) { in LowerExceptionHandler()
2217 auto uses = acc_.Uses(gate); in LowerConditionJump() local
2218 for (auto it = uses.begin(); it != uses.end();) { in LowerConditionJump()
3305 auto uses = acc_.Uses(item); in LowerResumeGenerator() local
3306 for (auto use = uses.begin(); use != uses.end();) { in LowerResumeGenerator()
3665 auto uses = acc_.Uses(gate); in LowerConstPoolData() local
3666 for (auto it = uses.begin(); it != uses.end();) { in LowerConstPoolData()