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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp526 bool DoCSE = true; local
558 DoCSE = false;
567 DoCSE = false;
576 if (DoCSE) {
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6178 bool DoCSE = VTs.VTs[VTs.NumVTs-1] != MVT::Glue; local
6184 if (DoCSE) {
6208 if (DoCSE)

Completed in 87 milliseconds