Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc65 static size_t LoopDepthAt(HBasicBlock* block) { in LoopDepthAt() function
86 for (size_t loop_depth = LoopDepthAt(block); loop_depth > 0; --loop_depth) { in CostForMoveAt()