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

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

Completed in 243 milliseconds