Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp97 bool isCSECandidate(MachineInstr *MI);
336 bool MachineCSE::isCSECandidate(MachineInstr *MI) { in isCSECandidate() function in MachineCSE
460 if (!isCSECandidate(MI)) in ProcessBlock()