Searched refs:ReplaceAllUsesOfValuesWith (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h188 CurDAG->ReplaceAllUsesOfValuesWith(F, T, Num);
H A DSelectionDAG.h968 /// ReplaceAllUsesOfValuesWith - Like ReplaceAllUsesOfValueWith, but
971 void ReplaceAllUsesOfValuesWith(const SDValue *From, const SDValue *To,
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5847 /// UseMemo - This class is used by SelectionDAG::ReplaceAllUsesOfValuesWith
5861 /// ReplaceAllUsesOfValuesWith - Replace any uses of From with To, leaving
5865 void SelectionDAG::ReplaceAllUsesOfValuesWith(const SDValue *From, function in class:SelectionDAG
H A DSelectionDAGBuilder.cpp6986 DAG.ReplaceAllUsesOfValuesWith(From, To, 2);
H A DDAGCombiner.cpp9454 // Use ReplaceAllUsesOfValuesWith to do the replacement.
9484 DAG.ReplaceAllUsesOfValuesWith(From, To, 2);

Completed in 183 milliseconds