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