Searched refs:FakeDef (Results 1 – 5 of 5) sorted by relevance
106 X(FakeDef, "fakedef"); in getInstName()562 : InstHighLevel(Func, Inst::FakeDef, Src ? 1 : 0, Dest) { in InstFakeDef()
69 FakeDef, // not part of LLVM/PNaCl bitcode enumerator918 static bool classof(const Inst *Instr) { return Instr->getKind() == FakeDef; } in classof()
927 auto *FakeDef = llvm::dyn_cast<InstFakeDef>(&Inst); in materializeGotAddr() local928 if (FakeDef != nullptr && FakeDef->getDest() == GotPtr) { in materializeGotAddr()929 DefGotPtr = FakeDef; in materializeGotAddr()
306 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in349 - The FakeDef instruction gives a fake definition of some variable. For354 trick to set ``%eax`` to 0 requires an initial FakeDef of ``%eax``.