Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp129 bool isCSECandidate(MachineInstr *MI);
396 bool MachineCSE::isCSECandidate(MachineInstr *MI) { in isCSECandidate() function in MachineCSE
521 if (!isCSECandidate(MI)) in ProcessBlockCSE()
788 if (!isCSECandidate(MI) || in isPRECandidate()