Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h653 friend class InstIterator; variable
708 InstIterator(const BasicBlock &block, Inst *start) in InstIterator() function
735 explicit InstIterator(Inst *current) : current_(current) {}; in InstIterator() function