Home | History | Annotate | Download | only in src

Lines Matching refs:InstFakeKill

954 class InstFakeKill : public InstHighLevel {
955 InstFakeKill() = delete;
956 InstFakeKill(const InstFakeKill &) = delete;
957 InstFakeKill &operator=(const InstFakeKill &) = delete;
960 static InstFakeKill *create(Cfg *Func, const Inst *Linked) {
961 return new (Func->allocate<InstFakeKill>()) InstFakeKill(Func, Linked);
973 InstFakeKill(Cfg *Func, const Inst *Linked);