Home
last modified time | relevance | path

Searched refs:GetGates (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.h40 void GetGates(std::vector<GateRef>& gates) const;
Darray_bounds_check_elimination.cpp756 auto& gateLists = parent->GetGates(); in ProcessIf()
955 auto gate = block->GetGates().front(); in CalcBounds()
965 auto& gateList_ = block->GetGates(); in CalcBounds()
Dgraph_linearizer.h143 ChunkVector<GateRef>& GetGates() in GetGates() function
Dgraph_linearizer.cpp874 auto& gates = r->GetGates(); in LinearizeRegions()
913 for (GateRef g: from->GetGates()) { in MoveAndClear()
Dearly_elimination.cpp530 void DependInfoNode::GetGates(std::vector<GateRef>& gates) const in GetGates() function in panda::ecmascript::kungfu::DependInfoNode