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

  /art/compiler/sea_ir/ir/
sea.cc 278 utils::ScopedHashtable<int, InstructionNode*> scoped_table; local
279 scoped_table.OpenScope();
283 RenameAsSSA(*region_it, &scoped_table);
286 scoped_table.CloseScope();
349 utils::ScopedHashtable<int, InstructionNode*>* scoped_table) {
350 scoped_table->OpenScope();
356 scoped_table->Add(reg_no, (*phi_it));
368 InstructionNode* definition = scoped_table->Lookup(current_used_reg);
376 scoped_table->Add(current_defined_reg, current_instruction);
384 successor->SetPhiDefinitionsForUses(scoped_table, crt_region)
    [all...]
sea.h 212 // Sets the phi-function uses to be as defined in @scoped_table for predecessor @@predecessor.
213 void SetPhiDefinitionsForUses(const utils::ScopedHashtable<int, InstructionNode*>* scoped_table,
338 // by using the scoped hashtable of names @ scoped_table.
339 void RenameAsSSA(Region* node, utils::ScopedHashtable<int, InstructionNode*>* scoped_table);

Completed in 175 milliseconds