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