Home
last modified time | relevance | path

Searched refs:GetDownExposedDefs (Results 1 – 2 of 2) sorted by relevance

/art/compiler/sea_ir/ir/
Dsea.h161 const std::map<int, sea_ir::InstructionNode*>* GetDownExposedDefs() const;
Dsea.cc497 const std::map<int, sea_ir::InstructionNode*>* Region::GetDownExposedDefs() const { in GetDownExposedDefs() function in sea_ir::Region
513 const std::map<int, InstructionNode*>* de_defs = (*pred_it)->GetDownExposedDefs(); in UpdateReachingDefs()