Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:reachesChainWithoutSideEffects

5777 /// reachesChainWithoutSideEffects - Return true if this operand (which must
5782 bool SDValue::reachesChainWithoutSideEffects(SDValue Dest,
5794 if (!getOperand(i).reachesChainWithoutSideEffects(Dest, Depth-1))
5802 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1);