Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp628 bool DoCSE = true; in ProcessBlockCSE() local
658 DoCSE = false; in ProcessBlockCSE()
668 DoCSE = false; in ProcessBlockCSE()
677 if (DoCSE) { in ProcessBlockCSE()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10919 bool DoCSE = VTs.VTs[VTs.NumVTs-1] != MVT::Glue; in getMachineNode() local
10923 if (DoCSE) { in getMachineNode()
10936 if (DoCSE) in getMachineNode()