Home
last modified time | relevance | path

Searched refs:GetInputRecords (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dnodes.h2138 virtual ArrayRef<HUserRecord<HInstruction*>> GetInputRecords() = 0;
2140 ArrayRef<const HUserRecord<HInstruction*>> GetInputRecords() const { in GetInputRecords() function
2143 const_cast<HInstruction*>(this)->GetInputRecords()); in GetInputRecords()
2147 return MakeTransformArrayRef(GetInputRecords(), HInputExtractor()); in GetInputs()
2151 return MakeTransformArrayRef(GetInputRecords(), HInputExtractor()); in GetInputs()
2154 size_t InputCount() const { return GetInputRecords().size(); } in InputCount()
2262 for (const HUserRecord<HInstruction*>& input_use : GetInputRecords()) { in RemoveAsUserOfAllInputs()
2498 return GetInputRecords()[i]; in InputRecordAt()
2502 ArrayRef<HUserRecord<HInstruction*>> input_records = GetInputRecords(); in SetRawInputRecordAt()
2720 using HInstruction::GetInputRecords; // Keep the const version visible.
[all …]
Dgraph_checker.cc440 auto&& input_records = instruction->GetInputRecords(); in VisitInstruction()
811 ArrayRef<HUserRecord<HInstruction*>> input_records = phi->GetInputRecords(); in VisitPhi()
Dssa_builder.cc671 ArrayRef<HUserRecord<HInstruction*>> new_input_records = new_phi->GetInputRecords(); in GetFloatDoubleOrReferenceEquivalentOfPhi()