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