Home
last modified time | relevance | path

Searched refs:AddInputMoveFor (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.h113 void AddInputMoveFor(HInstruction* instruction, Location source, Location destination) const;
Dregister_allocator.cc675 void RegisterAllocator::AddInputMoveFor(HInstruction* instruction, in AddInputMoveFor() function in art::RegisterAllocator
828 AddInputMoveFor(use->GetUser(), source, expected_location); in ConnectSiblings()