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

  /external/v8/src/compiler/
node-properties.cc 205 void NodeProperties::ReplaceUses(Node* node, Node* value, Node* effect,
node.cc 264 void Node::ReplaceUses(Node* that) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGISel.h 200 /// ReplaceUses - replace all uses of the old node F with the use
202 void ReplaceUses(SDValue F, SDValue T) {
207 /// ReplaceUses - replace all uses of the old nodes F with the use
209 void ReplaceUses(const SDValue *F, const SDValue *T, unsigned Num) {
214 /// ReplaceUses - replace all uses of the old node F with the use
216 void ReplaceUses(SDNode *F, SDNode *T) {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 187 /// ReplaceUses - replace all uses of the old node F with the use
189 void ReplaceUses(SDValue F, SDValue T) {
193 /// ReplaceUses - replace all uses of the old nodes F with the use
195 void ReplaceUses(const SDValue *F, const SDValue *T, unsigned Num) {
199 /// ReplaceUses - replace all uses of the old node F with the use
201 void ReplaceUses(SDNode *F, SDNode *T) {

Completed in 271 milliseconds