Searched refs:AddInputs (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | code_sinking.cc | 163 static void AddInputs(HInstruction* instruction, in AddInputs() function 172 static void AddInputs(HBasicBlock* block, in AddInputs() function 177 AddInputs(it.Current(), processed_instructions, discard_blocks, worklist); in AddInputs() 180 AddInputs(it.Current(), processed_instructions, discard_blocks, worklist); in AddInputs() 408 AddInputs(graph_->GetBlocks()[i], processed_instructions, post_dominated, &worklist); in SinkCodeToUncommonBranch() 473 AddInputs(instruction, processed_instructions, post_dominated, &worklist); in SinkCodeToUncommonBranch()
|