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

  /art/compiler/optimizing/
ssa_phi_elimination.cc 69 for (HInstruction* raw_input : phi->GetInputs()) {
157 for (HInstruction* input : phi->GetInputs()) {
178 for (HInstruction* input : current->GetInputs()) {
pretty_printer.h 43 HConstInputsRef inputs = instruction->GetInputs();
licm.cc 34 for (const HInstruction* input : instruction->GetInputs()) {
ssa_builder.cc 127 for (HInstruction* input : phi->GetInputs()) {
171 for (HInstruction* input : phi->GetInputs()) {
179 HInputsRef inputs = phi->GetInputs();
618 HInputsRef inputs = phi->GetInputs();
graph_checker.cc 340 for (HInstruction* input : instruction->GetInputs()) {
374 HConstInputsRef user_inputs = user->GetInputs();
501 const HInstruction* last_input = invoke->GetInputs().back();
685 HConstInputsRef insn1_inputs = insn1->GetInputs();
686 HConstInputsRef insn2_inputs = insn2->GetInputs();
    [all...]
ssa_liveness_analysis.cc 109 HInputsRef inputs = current->GetInputs();
382 HInputsRef inputs = user->GetInputs();
422 HInputsRef inputs = defined_by_->GetInputs();
pc_relative_fixups_x86.cc 223 HInputsRef inputs = invoke->GetInputs();
prepare_for_register_allocation.cc 211 HLoadClass* last_input = invoke->GetInputs().back()->AsLoadClass();
code_sinking.cc 127 for (HInstruction* input : instruction->GetInputs()) {
graph_visualizer.cc 568 HConstInputsRef inputs = instruction->GetInputs();
812 for (const HInstruction* input : instruction->GetInputs()) {
    [all...]
reference_type_propagation.cc     [all...]
ssa_liveness_analysis.h 870 for (const HInstruction* input : defined_by_->GetInputs()) {
901 for (const HInstruction* input : defined_by_->GetInputs()) {
    [all...]
induction_var_analysis.cc 164 for (HInstruction* input : instruction->GetInputs()) {
412 HInputsRef inputs = phi->GetInputs();
541 HInputsRef inputs = phi->GetInputs();
    [all...]
register_allocator_graph_color.cc     [all...]
scheduler.cc 426 for (const HInstruction* input : instruction->GetInputs()) {
loop_optimization.cc     [all...]
register_allocator_linear_scan.cc 630 HInputsRef inputs = defined_by->GetInputs();
    [all...]
nodes.cc 778 HInputsRef inputs = instruction->GetInputs();
    [all...]
bounds_check_elimination.cc     [all...]
code_generator.cc 124 HConstInputsRef inputs = instruction->GetInputs();
    [all...]
inliner.cc     [all...]
nodes.h     [all...]
instruction_simplifier.cc     [all...]

Completed in 181 milliseconds