Searched defs:reachesChainWithoutSideEffects (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6495 /// reachesChainWithoutSideEffects - Return true if this operand (which must
6500 bool SDValue::reachesChainWithoutSideEffects(SDValue Dest, function in class:SDValue
6512 if (!getOperand(i).reachesChainWithoutSideEffects(Dest, Depth-1))
6520 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1);

Completed in 95 milliseconds