HomeSort by relevance Sort by last modified time
    Searched defs:ReplaceUses (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
generic-node-inl.h 60 void GenericNode<B, S>::ReplaceUses(GenericNode* replace_to) {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 181 /// ReplaceUses - replace all uses of the old node F with the use
183 void ReplaceUses(SDValue F, SDValue T) {
187 /// ReplaceUses - replace all uses of the old nodes F with the use
189 void ReplaceUses(const SDValue *F, const SDValue *T, unsigned Num) {
193 /// ReplaceUses - replace all uses of the old node F with the use
195 void ReplaceUses(SDNode *F, SDNode *T) {

Completed in 485 milliseconds