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

  /art/compiler/optimizing/
gvn.cc 98 HInstruction* existing = node->GetInstruction();
113 if (node->GetInstruction() == instruction) {
123 return node->GetInstruction()->GetSideEffects().DependsOn(side_effects);
137 return !predecessor->Contains(node->GetInstruction());
152 HInstruction* GetInstruction() const { return instruction_; }
nodes.h     [all...]
graph_checker.cc 214 HInstruction* input = input_record.GetInstruction();
bounds_check_elimination.cc 108 HInstruction* GetInstruction() const { return instruction_; }
    [all...]
ssa_liveness_analysis.h 192 HInstruction* GetInstruction() const {
    [all...]
nodes.cc 603 user_record.GetInstruction()->RemoveEnvironmentUser(user_record.GetUseNode());
    [all...]

Completed in 976 milliseconds