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.cc416 HConstInputsRef user_inputs = user->GetInputs(); in VisitInstruction()
782 HConstInputsRef insn1_inputs = insn1->GetInputs(); in IsConstantEquivalent()
783 HConstInputsRef insn2_inputs = insn2->GetInputs(); in IsConstantEquivalent()
Dgraph_visualizer.cc600 HConstInputsRef inputs = instruction->GetInputs(); in PrintInstruction()
Dnodes.cc1728 HConstInputsRef inputs = GetInputs(); in Equals()
1729 HConstInputsRef other_inputs = other->GetInputs(); in Equals()
Dbounds_check_elimination.cc935 HConstInputsRef inputs = phi->GetInputs(); in HasSameInputAtBackEdges()
Dcode_generator.cc120 HConstInputsRef inputs = instruction->GetInputs(); in CheckTypeConsistency()
Dnodes.h1718 using HConstInputsRef = TransformArrayRef<const HUserRecord<HInstruction*>, HInputExtractor>; variable
2150 HConstInputsRef GetInputs() const { in GetInputs()