Home
last modified time | relevance | path

Searched refs:block_instructions (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dscheduler_test.cc119 HInstruction* block_instructions[] = {add1, in TestBuildDependencyGraphAndSchedule() local
128 for (HInstruction* instr : block_instructions) { in TestBuildDependencyGraphAndSchedule()
145 for (HInstruction* instr : ReverseRange(block_instructions)) { in TestBuildDependencyGraphAndSchedule()
254 HInstruction* block_instructions[] = {arr, in TestDependencyGraphOnAliasingArrayAccesses() local
272 for (HInstruction* instr : block_instructions) { in TestDependencyGraphOnAliasingArrayAccesses()
282 for (HInstruction* instr : ReverseRange(block_instructions)) { in TestDependencyGraphOnAliasingArrayAccesses()