Searched refs:HInstructionMap (Results 1 – 4 of 4) sorted by relevance
141 using HInstructionMap = ArenaSafeMap<HInstruction*, HInstruction*>; variable148 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_;
28 using HInstructionMap = SuperblockCloner::HInstructionMap; typedef162 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()
28 using HInstructionMap = SuperblockCloner::HInstructionMap; typedef566 bool SuperblockCloner::CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs) const { in CollectLiveOutsAndCheckClonable()828 HInstructionMap* hir_map, in SuperblockCloner()870 HInstructionMap live_outs( in IsSubgraphClonable()
1043 const SuperblockCloner::HInstructionMap* hir_map = helper.GetInstructionMap(); in TryPeelingForLoopInvariantExitsElimination()