Searched refs:definition (Results 1 – 5 of 5) sorted by relevance
/art/compiler/sea_ir/ir/ |
D | instruction_nodes.h | 57 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()
|
D | sea.h | 94 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()
|
D | sea.cc | 368 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/ |
D | NOTICE | 30 control with that entity. For the purposes of this definition, 66 the copyright owner. For the purposes of this definition, "submitted"
|
/art/compiler/llvm/ |
D | intrinsic_func_list.def | 20 # error "missing DEF_INTRINSICS_FUNC definition!"
|