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