Searched refs:deadDefHasNoUse (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h380 bool deadDefHasNoUse(const MachineOperand &MO);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp380 bool ScheduleDAGInstrs::deadDefHasNoUse(const MachineOperand &MO) { function in class:ScheduleDAGInstrs
428 assert(deadDefHasNoUse(MO) && "Dead defs should have no uses");

Completed in 62 milliseconds