Home
last modified time | relevance | path

Searched defs:ImplicitDefs (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h151 const uint16_t *ImplicitDefs; // Registers implicitly defined by this instr variable
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h221 std::vector<Record*> ImplicitDefs, ImplicitUses; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp454 SmallVector<unsigned, 2> ImplicitDefs; in ProcessBlock() local