HomeSort by relevance Sort by last modified time
    Searched refs:IsVRegEquivalentOf (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
ssa_builder.cc 90 if (!phi->IsVRegEquivalentOf(next)) continue;
94 if (!phi->IsVRegEquivalentOf(next)) continue;
96 DCHECK(!phi->IsVRegEquivalentOf(next->GetNext()));
graph_checker.cc 684 insn1->AsPhi()->IsVRegEquivalentOf(insn2)) {
    [all...]
register_allocator_linear_scan.cc     [all...]
register_allocator_graph_color.cc     [all...]
nodes.h     [all...]

Completed in 457 milliseconds