Searched refs:check_use (Results 1 – 1 of 1) sorted by relevance
2954 for (LiveRange* check_use = live_at_header; in FindOptimalSpillingPos() local2955 check_use != nullptr && check_use->Start() < pos; in FindOptimalSpillingPos()2956 check_use = check_use->next()) { in FindOptimalSpillingPos()2960 check_use->NextUsePositionSpillDetrimental(loop_start); in FindOptimalSpillingPos()