Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:doNotCSE

546 /// doNotCSE - Return true if CSE should not be performed for this node.
547 static bool doNotCSE(SDNode *N) {
775 !N->isMachineOpcode() && !doNotCSE(N)) {
793 if (!doNotCSE(N)) {
820 if (doNotCSE(N))
841 if (doNotCSE(N))
862 if (doNotCSE(N))