Searched defs:GetInstruction (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/compiler/optimizing/ | ||
H A D | scheduler.h | 211 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function |
H A D | gvn.cc | 192 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function in art::ValueSet::Node |
H A D | code_generator.h | 126 HInstruction* GetInstruction() const { in GetInstruction() function |
H A D | ssa_liveness_analysis.h | 262 HInstruction* GetInstruction() const { in GetInstruction() function |
H A D | load_store_elimination.cc | 394 constexpr HInstruction* GetInstruction() const { in GetInstruction() function in art::LSEVisitor::PriorValueHolder |
H A D | bounds_check_elimination.cc | 136 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function in art::ValueBound |
H A D | nodes.h | 1735 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function |