Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc248 ScopedArenaSafeMap<HInstruction*, NodeInfo> visited_instructions( in VisitLoop() local
262 global_depth = TryVisitNodes(loop, it.Current(), global_depth, &visited_instructions); in VisitLoop()
265 global_depth = TryVisitNodes(loop, it.Current(), global_depth, &visited_instructions); in VisitLoop()
277 /*inout*/ ScopedArenaSafeMap<HInstruction*, NodeInfo>* visited_instructions) { in TryVisitNodes() argument
281 visited_instructions->insert(std::make_pair(start_instruction, NodeInfo(global_depth + 1u))); in TryVisitNodes()
289 ScopedArenaVector<StackEntry> stack(visited_instructions->get_allocator()); in TryVisitNodes()
309 visited_instructions->insert(std::make_pair(input, NodeInfo(global_depth + 1u))); in TryVisitNodes()
Dinduction_var_analysis.h163 /*inout*/ ScopedArenaSafeMap<HInstruction*, NodeInfo>* visited_instructions);