Searched refs:ScopedHashtable (Results 1 – 5 of 5) sorted by relevance
21 using utils::ScopedHashtable;34 ScopedHashtable<int, Value*> sht; in TEST_F()
27 class ScopedHashtable {29 explicit ScopedHashtable():scopes() { in ScopedHashtable() function
20 using utils::ScopedHashtable;
213 void SetPhiDefinitionsForUses(const utils::ScopedHashtable<int, InstructionNode*>* scoped_table,339 void RenameAsSSA(Region* node, utils::ScopedHashtable<int, InstructionNode*>* scoped_table);
278 utils::ScopedHashtable<int, InstructionNode*> scoped_table; in RenameAsSSA()349 utils::ScopedHashtable<int, InstructionNode*>* scoped_table) { in RenameAsSSA()586 const utils::ScopedHashtable<int, InstructionNode*>* scoped_table, Region* predecessor) { in SetPhiDefinitionsForUses()