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

  /art/compiler/optimizing/
dead_code_elimination.cc 191 block->GetFirstPhi()->HasOnlyOneNonEnvironmentUse()) {
192 bool has_only_phi_and_if = (last == first) && (last->InputAt(0) == block->GetFirstPhi());
196 HasInput(first->AsCondition(), block->GetFirstPhi()) &&
203 HPhi* phi = block->GetFirstPhi()->AsPhi();
ssa_phi_elimination.cc 87 HInstruction* current = block->GetFirstPhi();
loop_optimization.cc 460 HInstruction* phi = header->GetFirstPhi();
    [all...]
register_allocator_test.cc 330 HPhi* phi = loop_header->GetFirstPhi()->AsPhi();
    [all...]
bounds_check_elimination.cc 540 for (HInstruction* instruction = block->GetFirstPhi(); instruction != nullptr;) {
    [all...]
code_generator.cc     [all...]
nodes.cc     [all...]
nodes.h     [all...]

Completed in 207 milliseconds