Home
last modified time | relevance | path

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

/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