Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.h138 using HInstructionMap = ArenaSafeMap<HInstruction*, HInstruction*>; variable
145 HInstructionMap* hir_map,
260 bool CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs_) const;
348 HInstructionMap* hir_map_;
356 HInstructionMap live_outs_;
372 SuperblockCloner::HInstructionMap* hir_map, in PeelUnrollHelper()
416 const SuperblockCloner::HInstructionMap* GetInstructionMap() const { return &hir_map_; } in GetInstructionMap()
420 SuperblockCloner::HInstructionMap hir_map_;
Dsuperblock_cloner_test.cc27 using HInstructionMap = SuperblockCloner::HInstructionMap; typedef
165 HInstructionMap hir_map(std::less<HInstruction*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
330 HInstructionMap hir_map( in TEST_F()
389 HInstructionMap hir_map( in TEST_F()
661 HInstructionMap hir_map(std::less<HInstruction*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F()
Dsuperblock_cloner.cc28 using HInstructionMap = SuperblockCloner::HInstructionMap; typedef
528 bool SuperblockCloner::CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs) const { in CollectLiveOutsAndCheckClonable()
788 HInstructionMap* hir_map, in SuperblockCloner()
821 HInstructionMap live_outs( in IsSubgraphClonable()
Dloop_optimization.cc836 const SuperblockCloner::HInstructionMap* hir_map = helper.GetInstructionMap(); in TryPeelingForLoopInvariantExitsElimination()