Searched defs:InstFakeKill (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInst.h947 class InstFakeKill : public InstHighLevel { class in namespace:Ice
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(Cf
[all...]

Completed in 56 milliseconds