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

/external/chromium_org/v8/src/compiler/
H A Dgeneric-node-inl.h87 RemoveUse(use);
129 old_to->RemoveUse(use);
204 void GenericNode<B, S>::RemoveUse(Use* use) { function in class:v8::internal::compiler::GenericNode
H A Dgeneric-node.h127 inline void RemoveUse(Use* use);
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc384 HUseListNode* HValue::RemoveUse(HValue* value, int index) { function in class:v8::internal::HValue
583 removed = old_value->RemoveUse(this, index);
H A Dhydrogen-instructions.h905 HUseListNode* RemoveUse(HValue* value, int index);

Completed in 1237 milliseconds