Home | History | Annotate | Download | only in ir

Lines Matching full:scoped_table

278   utils::ScopedHashtable<int, InstructionNode*> scoped_table;
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);
392 RenameAsSSA(dominated_node, scoped_table);
394 scoped_table->CloseScope();
586 const utils::ScopedHashtable<int, InstructionNode*>* scoped_table, Region* predecessor) {
598 InstructionNode* definition = scoped_table->Lookup(reg_no);