Home
last modified time | relevance | path

Searched refs:AllInstIter (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp658 AllInstIter BasicBlock::AllInsts() const in AllInsts()
660 return AllInstIter(*this); in AllInsts()
Dbasicblock.h49 using AllInstIter = InstForwardIterator<IterationType::ALL>; variable
572 AllInstIter AllInsts() const;
/arkcompiler/runtime_core/docs/
Dir_format.md250 List of the **iterators**: *PhiInstIter*, *InstIter*, *AllInstIter*, *InstReverseIter*, *PhiInstSaf…