Home
last modified time | relevance | path

Searched refs:HConstInputsRef (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dpretty_printer.h43 HConstInputsRef inputs = instruction->GetInputs(); in PrintPostInstruction()
Dgraph_checker.cc374 HConstInputsRef user_inputs = user->GetInputs(); in VisitInstruction()
685 HConstInputsRef insn1_inputs = insn1->GetInputs(); in IsConstantEquivalent()
686 HConstInputsRef insn2_inputs = insn2->GetInputs(); in IsConstantEquivalent()
Dgraph_visualizer.cc568 HConstInputsRef inputs = instruction->GetInputs(); in PrintInstruction()
Dnodes.cc1449 HConstInputsRef inputs = GetInputs(); in Equals()
1450 HConstInputsRef other_inputs = other->GetInputs(); in Equals()
Dcode_generator.cc124 HConstInputsRef inputs = instruction->GetInputs(); in CheckTypeConsistency()
Dbounds_check_elimination.cc912 HConstInputsRef inputs = phi->GetInputs(); in HasSameInputAtBackEdges()
Dnodes.h1548 using HConstInputsRef = TransformArrayRef<const HUserRecord<HInstruction*>, HInputExtractor>; variable
1932 HConstInputsRef GetInputs() const { in GetInputs()