Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dpretty_printer.h43 HConstInputsRef inputs = instruction->GetInputs(); in PrintPostInstruction()
H A Dgraph_checker.cc416 HConstInputsRef user_inputs = user->GetInputs(); in VisitInstruction()
787 HConstInputsRef insn1_inputs = insn1->GetInputs(); in IsConstantEquivalent()
788 HConstInputsRef insn2_inputs = insn2->GetInputs(); in IsConstantEquivalent()
H A Dgraph_visualizer.cc646 HConstInputsRef inputs = instruction->GetInputs(); in PrintInstruction()
H A Dnodes.cc1948 HConstInputsRef inputs = GetInputs(); in Equals()
1949 HConstInputsRef other_inputs = other->GetInputs(); in Equals()
H A Dbounds_check_elimination.cc935 HConstInputsRef inputs = phi->GetInputs(); in HasSameInputAtBackEdges()
H A Dcode_generator.cc121 HConstInputsRef inputs = instruction->GetInputs(); in CheckTypeConsistency()
H A Dnodes.h1760 using HConstInputsRef = TransformArrayRef<const HUserRecord<HInstruction*>, HInputExtractor>; variable
2261 HConstInputsRef GetInputs() const { in GetInputs()