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

  /external/v8/src/compiler/
node-properties.cc 206 void NodeProperties::ReplaceUses(Node* node, Node* value, Node* effect,
node.cc 248 void Node::ReplaceUses(Node* that) {
  /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 72 milliseconds