Home
last modified time | relevance | path

Searched refs:nodeList (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_schedule.h154 void EraseNodeFromNodeList(const DepNode &target, MapleVector<DepNode *> &nodeList) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_schedule.cpp471 void AArch64Schedule::EraseNodeFromNodeList(const DepNode &target, MapleVector<DepNode *> &nodeList) in EraseNodeFromNodeList() argument
473 for (auto it = nodeList.begin(); it != nodeList.end(); ++it) { in EraseNodeFromNodeList()
475 nodeList.erase(it); in EraseNodeFromNodeList()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dschedule.h278 virtual void EraseNodeFromNodeList(const DepNode &target, MapleVector<DepNode *> &nodeList) = 0;