Home | History | Annotate | Download | only in src

Lines Matching refs:InstFakeKill

947 class InstFakeKill : public InstHighLevel {
948 InstFakeKill() = delete;
949 InstFakeKill(const InstFakeKill &) = delete;
950 InstFakeKill &operator=(const InstFakeKill &) = delete;
953 static InstFakeKill *create(Cfg *Func, const Inst *Linked) {
954 return new (Func->allocate<InstFakeKill>()) InstFakeKill(Func, Linked);
966 InstFakeKill(Cfg *Func, const Inst *Linked);