Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.h140 using HInstructionMap = ArenaSafeMap<HInstruction*, HInstruction*>; variable
147 HInstructionMap* hir_map,
262 bool CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs_) const;
362 HInstructionMap* hir_map_;
370 HInstructionMap live_outs_;
386 SuperblockCloner::HInstructionMap* hir_map, in LoopClonerHelper()
518 const SuperblockCloner::HInstructionMap* GetInstructionMap() const { return &hir_map_; } in GetInstructionMap()
522 SuperblockCloner::HInstructionMap hir_map_;
Dsuperblock_cloner_test.cc27 using HInstructionMap = SuperblockCloner::HInstructionMap; typedef
161 HInstructionMap hir_map(std::less<HInstruction*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
303 HInstructionMap hir_map( in TEST_F()
340 HInstructionMap hir_map( in TEST_F()
377 HInstructionMap hir_map( in TEST_F()
658 HInstructionMap hir_map(std::less<HInstruction*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
Dsuperblock_cloner.cc28 using HInstructionMap = SuperblockCloner::HInstructionMap; typedef
568 bool SuperblockCloner::CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs) const { in CollectLiveOutsAndCheckClonable()
830 HInstructionMap* hir_map, in SuperblockCloner()
863 HInstructionMap live_outs( in IsSubgraphClonable()
Dloop_optimization.cc839 const SuperblockCloner::HInstructionMap* hir_map = helper.GetInstructionMap(); in TryPeelingForLoopInvariantExitsElimination()