Searched refs:ReverseRange (Results 1 – 3 of 3) sorted by relevance
58 inline auto ReverseRange(Container&& c) { in ReverseRange() function64 inline auto ReverseRange(T (&array)[size]) { in ReverseRange() function65 return ReverseRange(MakeIterationRange<T*>(array, array+size)); in ReverseRange()
153 for (HInstruction* instr : ReverseRange(block_instructions)) { in TestBuildDependencyGraphAndSchedule()288 for (HInstruction* instr : ReverseRange(block_instructions)) { in TestDependencyGraphOnAliasingArrayAccesses()
171 for (HBasicBlock* block : ReverseRange(graph_->GetLinearOrder())) { in ComputeLiveRanges()