Home
last modified time | relevance | path

Searched defs:elimination (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp413 void DependInfoNode::Merge(EarlyElimination* elimination, DependInfoNode* that) in Merge()
475 GateRef DependInfoNode::LookupCheckedNode(EarlyElimination* elimination, GateRef gate) in LookupCheckedNode()
497 GateRef DependInfoNode::LookupNode(EarlyElimination* elimination, GateRef gate) in LookupNode()
530 DependInfoNode* DependInfoNode::UpdateStoreProperty(EarlyElimination* elimination, GateRef gate) in UpdateStoreProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.cpp86 GateRef DependChains::LookupNode(LaterElimination* elimination, GateRef gate) in LookupNode()