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

  /art/compiler/optimizing/
ssa_phi_elimination.cc 153 bool catch_phi_in_cycle = phi->IsCatchPhi();
185 catch_phi_in_cycle |= input->AsPhi()->IsCatchPhi();
code_sinking.cc 179 block = user->AsPhi()->IsCatchPhi()
graph_checker.cc 740 if (phi->IsCatchPhi()) {
    [all...]
register_allocator_linear_scan.cc 374 if (instruction->IsPhi() && instruction->AsPhi()->IsCatchPhi()) {
    [all...]
graph_visualizer.cc 382 StartAttributeStream("is_catch_phi") << std::boolalpha << phi->IsCatchPhi() << std::noboolalpha;
    [all...]
register_allocation_resolver.cc 79 } else if (instruction->IsPhi() && instruction->AsPhi()->IsCatchPhi()) {
register_allocator_graph_color.cc     [all...]
nodes.h     [all...]

Completed in 73 milliseconds