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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp513 bool DoCSE = true; local
539 DoCSE = false;
548 DoCSE = false;
557 if (DoCSE) {
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5530 bool DoCSE = VTs.VTs[VTs.NumVTs-1] != MVT::Glue; local
5536 if (DoCSE) {
5560 if (DoCSE)

Completed in 58 milliseconds