Searched defs:new_reaching (Results 1 - 1 of 1) sorted by relevance

/art/compiler/sea_ir/ir/
H A Dsea.cc506 std::map<int, std::set<sea_ir::InstructionNode*>* > new_reaching; local
529 // with the accumulated set from all predecessors so far (from new_reaching).
534 new_reaching.find(reaching_it->first);
535 if (new_reaching.end() != crt_entry) {
538 new_reaching.insert(
560 std::map<int, std::set<sea_ir::InstructionNode*>*>::iterator reaching_it = new_reaching.begin();
561 for (; reaching_it != new_reaching.end(); reaching_it++) {
568 reaching_defs_ = new_reaching;

Completed in 86 milliseconds