Searched refs:FakeKill (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp116 X(FakeKill, "fakekill");
584 : InstHighLevel(Func, Inst::FakeKill, 0, nullptr), Linked(Linked) {}
H A DIceInst.h71 FakeKill, // not part of LLVM/PNaCl bitcode enumerator in enum:Ice::Inst::InstKind
938 /// FakeKill instruction. This "kills" a set of variables by modeling a trivial
944 /// The FakeKill instruction also holds a pointer to the instruction that kills
946 /// eliminated, the FakeKill instruction will as well.
962 return Instr->getKind() == FakeKill;

Completed in 52 milliseconds