Home
last modified time | relevance | path

Searched defs:InstIterator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.h390 friend class InstIterator; variable
453 InstIterator(const BasicBlock &block, Inst *start) in InstIterator() function
480 explicit InstIterator(Inst *current) : current_(current) {}; in InstIterator() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h645 friend class InstIterator; variable
700 InstIterator(const BasicBlock &block, Inst *start) in InstIterator() function
727 explicit InstIterator(Inst *current) : current_(current) {}; in InstIterator() function