Home | History | Annotate | Download | only in src

Lines Matching refs:InstStore

750 class InstStore : public InstHighLevel {
751 InstStore() = delete;
752 InstStore(const InstStore &) = delete;
753 InstStore &operator=(const InstStore &) = delete;
756 static InstStore *create(Cfg *Func, Operand *Data, Operand *Addr,
760 return new (Func->allocate<InstStore>()) InstStore(Func, Data, Addr);
771 InstStore(Cfg *Func, Operand *Data, Operand *Addr);