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

/art/compiler/optimizing/
H A Dcode_sinking.cc244 HInstruction* if_input = insert_pos->AsIf()->InputAt(0); local
245 if (if_input == insert_pos->GetPrevious()) {
246 insert_pos = if_input;
H A Dnodes.cc1787 HInstruction* if_input = insert_pos->AsIf()->InputAt(0); local
1788 if (if_input == insert_pos->GetPrevious()) {
1789 insert_pos = if_input;

Completed in 153 milliseconds