Searched defs:GetInstruction (Results 1 - 6 of 6) sorted by relevance

/art/compiler/optimizing/
H A Dgvn.cc105 HInstruction* existing = node->GetInstruction();
120 if (node->GetInstruction() == instruction) {
130 return node->GetInstruction()->GetSideEffects().MayDependOn(side_effects);
152 return !predecessor->Contains(node->GetInstruction());
207 HInstruction* GetInstruction() const { return instruction_; } function in class:art::ValueSet::Node
H A Dscheduler.h189 HInstruction* GetInstruction() const { return instruction_; } function in class:art::SchedulingNode
337 Visit(node->GetInstruction());
H A Dbounds_check_elimination.cc135 HInstruction* GetInstruction() const { return instruction_; } function in class:art::ValueBound
1029 HInstruction* upper_inst = upper.GetInstruction();
1229 HInstruction* base = value.GetInstruction();
1245 if (array_length == other_array_length && base == other_value.GetInstruction()) {
1348 HInstruction* base = value.GetInstruction();
1363 if (array_length == other_array_length && base == other_value.GetInstruction()) {
H A Dcode_generator.h120 HInstruction* GetInstruction() const { function in class:art::SlowPathCode
H A Dssa_liveness_analysis.h230 HInstruction* GetInstruction() const { function in class:art::SafepointPosition
H A Dnodes.h1519 HInstruction* GetInstruction() const { return instruction_; } function in class:art::HUserRecord
1536 return record.GetInstruction();
1539 return record.GetInstruction();
1819 return vregs_[index].GetInstruction();
1928 HInstruction* InputAt(size_t i) const { return InputRecordAt(i).GetInstruction(); }
2010 input_use.GetInstruction()->uses_.erase_after(before_use_node);
2011 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node);
2017 input_use.GetInstruction()->uses_.erase_after(before_use_node);
2018 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node);
2279 DCHECK(next_user->InputRecordAt(next_index).GetInstruction()
[all...]

Completed in 110 milliseconds