Searched refs:rr_begin (Results 1 – 3 of 3) sorted by relevance
237 rr_iterator rr_begin() const { in rr_begin() function
877 for (auto I = LG.rr_begin(), E = LG.rr_end(); I != E; ++I) in computeLiveIns()899 for (const RegisterRef R : make_range(LiveIns.rr_begin(), LiveIns.rr_end())) in resetLiveIns()
909 for (auto I = LiveIns.rr_begin(), E = LiveIns.rr_end(); I != E; ++I) { in build()