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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6836 /// reachesChainWithoutSideEffects - Return true if this operand (which must
6841 bool SDValue::reachesChainWithoutSideEffects(SDValue Dest, function in class:SDValue
6853 if (!getOperand(i).reachesChainWithoutSideEffects(Dest, Depth-1))
6861 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5777 /// reachesChainWithoutSideEffects - Return true if this operand (which must
5782 bool SDValue::reachesChainWithoutSideEffects(SDValue Dest, function in class:SDValue
5794 if (!getOperand(i).reachesChainWithoutSideEffects(Dest, Depth-1))
5802 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1);

Completed in 123 milliseconds