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

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h157 /// reachesChainWithoutSideEffects - Return true if this operand (which must
162 bool reachesChainWithoutSideEffects(SDValue Dest,
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1569 Chain.reachesChainWithoutSideEffects(SDValue(LD, 1))) {
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6180 /// reachesChainWithoutSideEffects - Return true if this operand (which must
6185 bool SDValue::reachesChainWithoutSideEffects(SDValue Dest, function in class:SDValue
6197 if (!getOperand(i).reachesChainWithoutSideEffects(Dest, Depth-1))
6205 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1);
H A DDAGCombiner.cpp9196 Chain.reachesChainWithoutSideEffects(SDValue(Ld, 1))) {

Completed in 196 milliseconds