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

  /art/compiler/sea_ir/ir/
sea.cc 484 std::map<int, InstructionNode*>::iterator res = de_defs_.find(reg_no);
485 if ((reg_no != NO_REGISTER) && (res == de_defs_.end())) {
486 de_defs_.insert(std::pair<int, InstructionNode*>(reg_no, *inst_it));
491 for (std::map<int, sea_ir::InstructionNode*>::const_iterator cit = de_defs_.begin();
492 cit != de_defs_.end(); cit++) {
498 return &de_defs_;
sea.h 242 std::map<int, sea_ir::InstructionNode*> de_defs_; member in class:sea_ir::Region

Completed in 72 milliseconds