Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp138 bool isCSECandidate(MachineInstr *MI);
408 bool MachineCSE::isCSECandidate(MachineInstr *MI) { in isCSECandidate() function in MachineCSE
538 if (!isCSECandidate(&MI)) in ProcessBlockCSE()
805 if (!isCSECandidate(MI) || in isPRECandidate()