Home | History | Annotate | Download | only in opt

Lines Matching defs:AddGlobalValue

215   inline void AddGlobalValue(std::unique_ptr<Instruction>&& v);
928 void IRContext::AddGlobalValue(std::unique_ptr<Instruction>&& v) {
932 module()->AddGlobalValue(std::move(v));