Home
last modified time | relevance | path

Searched refs:definition (Results 1 – 5 of 5) sorted by relevance

/art/compiler/sea_ir/ir/
Dinstruction_nodes.h57 void RenameToSSA(int reg_no, InstructionNode* definition) { in RenameToSSA() argument
58 definition_edges_.insert(std::pair<int, InstructionNode*>(reg_no, definition)); in RenameToSSA()
59 DCHECK(NULL != definition) << "SSA definition for register " << reg_no in RenameToSSA()
61 definition->AddSSAUse(this); in RenameToSSA()
Dsea.h94 void RenameToSSA(int reg_no, InstructionNode* definition, unsigned int predecessor_id) { in RenameToSSA() argument
95 DCHECK(NULL != definition) << "Tried to rename to SSA using a NULL definition for " in RenameToSSA()
103 definition_edges_[predecessor_id]->push_back(definition); in RenameToSSA()
104 definition->AddSSAUse(this); in RenameToSSA()
Dsea.cc368 InstructionNode* definition = scoped_table->Lookup(current_used_reg); in RenameAsSSA() local
369 current_instruction->RenameToSSA(current_used_reg, definition); in RenameAsSSA()
598 InstructionNode* definition = scoped_table->Lookup(reg_no); in SetPhiDefinitionsForUses() local
599 phi->RenameToSSA(reg_no, definition, predecessor_id); in SetPhiDefinitionsForUses()
/art/
DNOTICE30 control with that entity. For the purposes of this definition,
66 the copyright owner. For the purposes of this definition, "submitted"
/art/compiler/llvm/
Dintrinsic_func_list.def20 # error "missing DEF_INTRINSICS_FUNC definition!"