Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInst.cpp107 X(FakeUse, "fakeuse"); in getInstName()
569 : InstHighLevel(Func, Inst::FakeUse, Weight, nullptr) { in InstFakeUse()
H A DIceInst.h70 FakeUse, // not part of LLVM/PNaCl bitcode enumerator
942 static bool classof(const Inst *Instr) { return Instr->getKind() == FakeUse; } in classof()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/docs/
H A DDESIGN.rst306 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in
356 - The FakeUse instruction registers a use of a variable, typically to prevent an
360 FakeUse of ``x`` between the two instructions, the liveness analysis pass may
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/
H A DDESIGN.rst306 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in
356 - The FakeUse instruction registers a use of a variable, typically to prevent an
360 FakeUse of ``x`` between the two instructions, the liveness analysis pass may