Home
last modified time | relevance | path

Searched refs:InitUndef (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInitUndef.cpp79 class InitUndef { class
121 bool InitUndef::handleReg(MachineInstr *MI) { in handleReg()
137 bool InitUndef::handleSubReg(MachineFunction &MF, MachineInstr &MI, in handleSubReg()
205 bool InitUndef::fixupIllOperand(MachineInstr *MI, MachineOperand &MO) { in fixupIllOperand()
222 bool InitUndef::processBasicBlock(MachineFunction &MF, MachineBasicBlock &MBB, in processBasicBlock()
257 return InitUndef().run(MF); in runOnMachineFunction()
262 if (!InitUndef().run(MF)) in run()
269 bool InitUndef::run(MachineFunction &MF) { in run()
/freebsd/lib/clang/libllvm/
H A DMakefile337 SRCS_MIN+= CodeGen/InitUndef.cpp