Home
last modified time | relevance | path

Searched defs:InstCloneType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_cloner.h34 enum class InstCloneType : uint8_t { CLONE_ALL, CLONE_INSTS }; class
246 if constexpr (type == InstCloneType::CLONE_ALL) { // NOLINT in CloneInstructions() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_cloner.h41 enum class InstCloneType : uint8_t { CLONE_ALL, CLONE_INSTS }; class
340 if constexpr (TYPE == InstCloneType::CLONE_ALL) { // NOLINT in CloneInstructions() argument

Completed in 2 milliseconds