Searched refs:HInstructionMap (Results 1 – 4 of 4) sorted by relevance
138 using HInstructionMap = ArenaSafeMap<HInstruction*, HInstruction*>; variable145 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_;
27 using HInstructionMap = SuperblockCloner::HInstructionMap; typedef165 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()
28 using HInstructionMap = SuperblockCloner::HInstructionMap; typedef528 bool SuperblockCloner::CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs) const { in CollectLiveOutsAndCheckClonable()788 HInstructionMap* hir_map, in SuperblockCloner()821 HInstructionMap live_outs( in IsSubgraphClonable()
836 const SuperblockCloner::HInstructionMap* hir_map = helper.GetInstructionMap(); in TryPeelingForLoopInvariantExitsElimination()