Searched refs:constant_mgr_ (Results 1 – 4 of 4) sorted by relevance
98 constant_mgr_(nullptr), in IRContext()295 if (!constant_mgr_) in get_constant_mgr()296 constant_mgr_ = MakeUnique<analysis::ConstantManager>(this); in get_constant_mgr()297 return constant_mgr_.get(); in get_constant_mgr()704 std::unique_ptr<analysis::ConstantManager> constant_mgr_; variable
147 if (constant_mgr_ && IsConstantInst(inst->opcode())) { in KillInst()148 constant_mgr_->RemoveId(inst->result_id()); in KillInst()
127 constant_mgr_.reset(nullptr); in InvalidateAnalyses()132 constant_mgr_.reset(nullptr); in InvalidateAnalyses()162 if (constant_mgr_ && IsConstantInst(inst->opcode())) { in KillInst()163 constant_mgr_->RemoveId(inst->result_id()); in KillInst()
100 constant_mgr_(nullptr), in IRContext()300 return constant_mgr_.get(); in get_constant_mgr()594 constant_mgr_ = MakeUnique<analysis::ConstantManager>(this); in BuildConstantManager()722 std::unique_ptr<analysis::ConstantManager> constant_mgr_; variable