Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner_test.cc161 HInstructionMap hir_map(std::less<HInstruction*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() local
169 &hir_map, in TEST_F()
176 EXPECT_EQ(hir_map.size(), 12u); in TEST_F()
178 for (auto it : hir_map) { in TEST_F()
303 HInstructionMap hir_map( in TEST_F() local
307 LoopClonerHelper helper(loop_info, &bb_map, &hir_map, /* induction_range= */ nullptr); in TEST_F()
340 HInstructionMap hir_map( in TEST_F() local
344 LoopClonerHelper helper(loop_info, &bb_map, &hir_map, /* induction_range= */ nullptr); in TEST_F()
377 HInstructionMap hir_map( in TEST_F() local
382 LoopClonerHelper helper(loop_info, &bb_map, &hir_map, /* induction_range= */ nullptr); in TEST_F()
[all …]
Dsuperblock_cloner.h147 HInstructionMap* hir_map,
386 SuperblockCloner::HInstructionMap* hir_map, in LoopClonerHelper() argument
389 cloner_(info->GetHeader()->GetGraph(), &info->GetBlocks(), bb_map, hir_map, induction_range) { in LoopClonerHelper()
Dsuperblock_cloner.cc830 HInstructionMap* hir_map, in SuperblockCloner() argument
839 hir_map_(hir_map), in SuperblockCloner()
Dloop_optimization.cc839 const SuperblockCloner::HInstructionMap* hir_map = helper.GetInstructionMap(); in TryPeelingForLoopInvariantExitsElimination() local
840 for (auto entry : *hir_map) { in TryPeelingForLoopInvariantExitsElimination()