Home
last modified time | relevance | path

Searched refs:ReduceTransitionAndStoreElement (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dload-elimination.h308 Reduction ReduceTransitionAndStoreElement(Node* node); in NON_EXPORTED_BASE()
Dload-elimination.cc123 return ReduceTransitionAndStoreElement(node); in Reduce()
881 Reduction LoadElimination::ReduceTransitionAndStoreElement(Node* node) { in ReduceTransitionAndStoreElement() function in v8::internal::compiler::LoadElimination