HomeSort by relevance Sort by last modified time
    Searched defs:GetInstruction (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
gvn.cc 105 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_; }
code_generator.h 109 HInstruction* GetInstruction() const {
bounds_check_elimination.cc 135 HInstruction* GetInstruction() const { return instruction_; }
    [all...]
ssa_liveness_analysis.h 190 HInstruction* GetInstruction() const {
    [all...]
nodes.h     [all...]

Completed in 326 milliseconds