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

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

Completed in 54 milliseconds