Searched refs:ConnectSplitSiblings (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.h119 void ConnectSplitSiblings(LiveInterval* interval, HBasicBlock* from, HBasicBlock* to) const;
H A Dregister_allocator.cc1256 // due to resolution if non-linear control flow (see `ConnectSplitSiblings`).
1747 void RegisterAllocator::ConnectSplitSiblings(LiveInterval* interval, function in class:art::RegisterAllocator
1946 ConnectSplitSiblings(interval, predecessor, block);

Completed in 49 milliseconds