Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp119 bool isCSECandidate(MachineInstr *MI);
373 bool MachineCSE::isCSECandidate(MachineInstr *MI) { in isCSECandidate() function in MachineCSE
500 if (!isCSECandidate(MI)) in ProcessBlock()