Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:reachesChainWithoutSideEffects

6040 /// reachesChainWithoutSideEffects - Return true if this operand (which must
6045 bool SDValue::reachesChainWithoutSideEffects(SDValue Dest,
6057 if (!getOperand(i).reachesChainWithoutSideEffects(Dest, Depth-1))
6065 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1);