Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h29 enum class IterationType : uint8_t { enum
40 template <const IterationType T>
42 template <const IterationType T>
44 template <const IterationType T, const IterationDirection D>
47 using PhiInstIter = InstForwardIterator<IterationType::PHI>;
48 using InstIter = InstForwardIterator<IterationType::INST>;
49 using AllInstIter = InstForwardIterator<IterationType::ALL>;
51 using InstReverseIter = InstBackwardIterator<IterationType::INST>;
53 using PhiInstSafeIter = InstSafeIterator<IterationType::PHI, IterationDirection::FORWARD>;
54 using InstSafeIter = InstSafeIterator<IterationType::INST, IterationDirection::FORWARD>;
[all …]
Dgraph_checker.cpp701 … auto it = InstSafeIterator<IterationType::ALL, IterationDirection::BACKWARD>(*block, start_from); in CheckObjectRec()
/arkcompiler/runtime_core/docs/
Dir_format.md249 **Iteration** over instructions can be passed in direct/reverse order. ‘IterationType’ defines inst…