Searched refs:live_insts_ (Results 1 – 8 of 8) sorted by relevance
90 if (live_insts_.find(u.inst) == live_insts_.end()) in AddStores()174 live_insts_.insert(liveInst); in AggressiveDCE()178 if (live_insts_.find(inInst) == live_insts_.end()) in AggressiveDCE()197 if (live_insts_.find(&inst) != live_insts_.end()) in AggressiveDCE()240 live_insts_.clear(); in Initialize()
115 std::unordered_set<const ir::Instruction*> live_insts_; variable
69 return live_insts_.Get(inst->unique_id()); in IsLive()81 if (!live_insts_.Set(inst->unique_id())) { in AddToWorklist()181 utils::BitVector live_insts_; variable
584 live_insts_.Set(undef->unique_id()); in AggressiveDCE()589 live_insts_.Set(merge_terminator->unique_id()); in AggressiveDCE()611 live_insts_.Set(entry.unique_id()); in InitializeModuleScopeLiveInstructions()
77 return live_insts_.Get(inst->unique_id()); in IsLive()86 if (!live_insts_.Set(inst->unique_id())) { in AddToWorklist()239 utils::BitVector live_insts_; variable
311 live_insts_.Set(undef->unique_id()); in KillDeadInstructions()316 live_insts_.Set(merge_terminator->unique_id()); in KillDeadInstructions()573 live_insts_.Set(entry.unique_id()); in InitializeModuleScopeLiveInstructions()