Home
last modified time | relevance | path

Searched refs:FakeUse (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInst.cpp105 X(FakeUse, "fakeuse"); in getInstName()
560 : InstHighLevel(Func, Inst::FakeUse, Weight, nullptr) { in InstFakeUse()
DIceInst.h68 FakeUse, // not part of LLVM/PNaCl bitcode enumerator
893 static bool classof(const Inst *Instr) { return Instr->getKind() == FakeUse; } in classof()
/external/swiftshader/third_party/subzero/docs/
DDESIGN.rst301 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in
351 - The FakeUse instruction registers a use of a variable, typically to prevent an
355 FakeUse of ``x`` between the two instructions, the liveness analysis pass may
/external/swiftshader/third_party/subzero/
DDESIGN.rst301 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in
351 - The FakeUse instruction registers a use of a variable, typically to prevent an
355 FakeUse of ``x`` between the two instructions, the liveness analysis pass may