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/
Dschedule.h160 virtual void EraseNodeFromNodeList(const DepNode &target, MapleVector<DepNode *> &nodeList) = 0;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_schedule.h271 void EraseNodeFromNodeList(const DepNode &target, MapleVector<DepNode *> &nodeList) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_schedule.cpp567 void AArch64Schedule::EraseNodeFromNodeList(const DepNode &target, MapleVector<DepNode *> &nodeList) in EraseNodeFromNodeList() argument
569 for (auto it = nodeList.begin(); it != nodeList.end(); ++it) { in EraseNodeFromNodeList()
571 nodeList.erase(it); in EraseNodeFromNodeList()