Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dmarker.h33 class MarkerMgr {
35 MarkerMgr() : current_index_(0) {} in MarkerMgr() function
37 NO_COPY_SEMANTIC(MarkerMgr);
38 NO_MOVE_SEMANTIC(MarkerMgr);
39 virtual ~MarkerMgr() = default;
127 friend class MarkerMgr;
Dgraph.h112 class Graph final : public MarkerMgr {