Searched refs:GetDownExposedDefs (Results 1 – 2 of 2) sorted by relevance
161 const std::map<int, sea_ir::InstructionNode*>* GetDownExposedDefs() const;
497 const std::map<int, sea_ir::InstructionNode*>* Region::GetDownExposedDefs() const { in GetDownExposedDefs() function in sea_ir::Region513 const std::map<int, InstructionNode*>* de_defs = (*pred_it)->GetDownExposedDefs(); in UpdateReachingDefs()