Searched refs:HInstructionMap (Results 1 – 4 of 4) sorted by relevance
140 using HInstructionMap = ArenaSafeMap<HInstruction*, HInstruction*>; variable147 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_;
27 using HInstructionMap = SuperblockCloner::HInstructionMap; typedef161 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()
28 using HInstructionMap = SuperblockCloner::HInstructionMap; typedef568 bool SuperblockCloner::CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs) const { in CollectLiveOutsAndCheckClonable()830 HInstructionMap* hir_map, in SuperblockCloner()863 HInstructionMap live_outs( in IsSubgraphClonable()
839 const SuperblockCloner::HInstructionMap* hir_map = helper.GetInstructionMap(); in TryPeelingForLoopInvariantExitsElimination()