Searched refs:AddInputs (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | code_sinking.cc | 136 static void AddInputs(HInstruction* instruction, in AddInputs() function 145 static void AddInputs(HBasicBlock* block, in AddInputs() function 150 AddInputs(it.Current(), processed_instructions, discard_blocks, worklist); in AddInputs() 153 AddInputs(it.Current(), processed_instructions, discard_blocks, worklist); in AddInputs() 309 AddInputs(graph_->GetBlocks()[i], processed_instructions, post_dominated, &worklist); in SinkCodeToUncommonBranch() 374 AddInputs(instruction, processed_instructions, post_dominated, &worklist); in SinkCodeToUncommonBranch()
|