Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h111 void InsertParallelMoveAtEntryOf(HBasicBlock* block, Location source, Location destination) const;
Dregister_allocator.cc762 void RegisterAllocator::InsertParallelMoveAtEntryOf(HBasicBlock* block, in InsertParallelMoveAtEntryOf() function in art::RegisterAllocator
785 InsertParallelMoveAtEntryOf(instruction->GetBlock(), source, destination); in InsertMoveAfter()
894 InsertParallelMoveAtEntryOf(to, ConvertToLocation(source), ConvertToLocation(destination)); in ConnectSplitSiblings()