Home
last modified time | relevance | path

Searched refs:FORWARD (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h36 FORWARD, enumerator
53 using PhiInstSafeIter = InstSafeIterator<IterationType::PHI, IterationDirection::FORWARD>;
54 using InstSafeIter = InstSafeIterator<IterationType::INST, IterationDirection::FORWARD>;
55 using AllInstSafeIter = InstSafeIterator<IterationType::ALL, IterationDirection::FORWARD>;
703 if constexpr (IterationType::INST == T && IterationDirection::FORWARD == D) { in InstIterator()
707 if constexpr (IterationType::ALL == T && IterationDirection::FORWARD == D) { in InstIterator()
743 class InstForwardIterator : public InstIterator<T, IterationDirection::FORWARD> {
746 : InstIterator<T, IterationDirection::FORWARD>(block, start)
776 …explicit InstForwardIterator(Inst *current) : InstIterator<T, IterationDirection::FORWARD>(current… in InstForwardIterator()
929 if constexpr (IterationDirection::FORWARD == D) { in GetFollower()
[all …]
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js12080 Pi.FORWARD = Object.freeze(new Pi(0, 0, -1));
45366 t[t.FORWARD = 2] = "FORWARD";