Searched refs:DoCSE (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp467 bool DoCSE = true; local
483 DoCSE = false;
491 DoCSE = false;
500 if (DoCSE) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5141 bool DoCSE = VTs.VTs[VTs.NumVTs-1] != MVT::Glue; local
5145 if (DoCSE) {
5168 if (DoCSE)

Completed in 509 milliseconds