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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h147 /// reachesChainWithoutSideEffects - Return true if this operand (which must
152 bool reachesChainWithoutSideEffects(SDValue Dest,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5812 /// reachesChainWithoutSideEffects - Return true if this operand (which must
5817 bool SDValue::reachesChainWithoutSideEffects(SDValue Dest, function in class:SDValue
5829 if (!getOperand(i).reachesChainWithoutSideEffects(Dest, Depth-1))
5837 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1);
H A DDAGCombiner.cpp7207 Chain.reachesChainWithoutSideEffects(SDValue(Ld, 1))) {
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1509 Chain.reachesChainWithoutSideEffects(SDValue(LD, 1))) {

Completed in 879 milliseconds