Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.h141 using HInstructionMap = ArenaSafeMap<HInstruction*, HInstruction*>; variable
148 HInstructionMap* hir_map,
263 bool CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs_) const;
363 HInstructionMap* hir_map_;
371 HInstructionMap live_outs_;
387 SuperblockCloner::HInstructionMap* hir_map, in LoopClonerHelper()
519 const SuperblockCloner::HInstructionMap* GetInstructionMap() const { return &hir_map_; } in GetInstructionMap()
523 SuperblockCloner::HInstructionMap hir_map_;
Dsuperblock_cloner_test.cc28 using HInstructionMap = SuperblockCloner::HInstructionMap; typedef
162 HInstructionMap hir_map(std::less<HInstruction*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
304 HInstructionMap hir_map( in TEST_F()
341 HInstructionMap hir_map( in TEST_F()
378 HInstructionMap hir_map( in TEST_F()
659 HInstructionMap hir_map(std::less<HInstruction*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
Dsuperblock_cloner.cc28 using HInstructionMap = SuperblockCloner::HInstructionMap; typedef
566 bool SuperblockCloner::CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs) const { in CollectLiveOutsAndCheckClonable()
828 HInstructionMap* hir_map, in SuperblockCloner()
870 HInstructionMap live_outs( in IsSubgraphClonable()
Dloop_optimization.cc1043 const SuperblockCloner::HInstructionMap* hir_map = helper.GetInstructionMap(); in TryPeelingForLoopInvariantExitsElimination()