Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:reachesChainWithoutSideEffects

6856 /// reachesChainWithoutSideEffects - Return true if this operand (which must
6861 bool SDValue::reachesChainWithoutSideEffects(SDValue Dest,
6873 if (!getOperand(i).reachesChainWithoutSideEffects(Dest, Depth-1))
6881 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1);