HomeSort by relevance Sort by last modified time
    Searched full:defining_instructions (Results 1 - 1 of 1) sorted by null

  /art/compiler/sea_ir/code_gen/
code_gen.cc 267 std::vector<InstructionNode*>* defining_instructions = phi->GetSSAUses(predecessor_pos++); local
268 DCHECK_EQ(defining_instructions->size(), 1u);
269 InstructionNode* defining_instruction = defining_instructions->at(0);

Completed in 86 milliseconds