Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp104 bool isUndefInput(const MachineOperand &MO, bool *CrossCopy) const;
462 bool DetectDeadLanes::isUndefInput(const MachineOperand &MO, in isUndefInput() function in DetectDeadLanes
552 } else if (isUndefInput(MO, &CrossCopy)) { in runOnce()