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

  /art/compiler/sea_ir/ir/
sea.h 161 const std::map<int, sea_ir::InstructionNode*>* GetDownExposedDefs() const;
sea.cc 497 const std::map<int, sea_ir::InstructionNode*>* Region::GetDownExposedDefs() const {
513 const std::map<int, InstructionNode*>* de_defs = (*pred_it)->GetDownExposedDefs();

Completed in 49 milliseconds