Searched refs:RemoveUse (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/compiler/
H A Dnode.cc37 old_to->RemoveUse(old_use_ptr);
231 if (input) input->RemoveUse(use_ptr);
361 void Node::RemoveUse(Use* use) { function in class:v8::internal::compiler::Node
H A Dnode.h94 if (old_to) old_to->RemoveUse(use);
259 void RemoveUse(Use* use);
384 if (old_to) old_to->RemoveUse(use_);
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc414 HUseListNode* HValue::RemoveUse(HValue* value, int index) { function in class:v8::internal::HValue
615 removed = old_value->RemoveUse(this, index);
H A Dhydrogen-instructions.h812 HUseListNode* RemoveUse(HValue* value, int index);

Completed in 193 milliseconds