Searched refs:FORWARD (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | basicblock.h | 36 FORWARD, member in panda::compiler::IterationDirection 53 using PhiInstSafeIter = InstSafeIterator<IterationType::PHI, IterationDirection::FORWARD>; 54 using InstSafeIter = InstSafeIterator<IterationType::INST, IterationDirection::FORWARD>; 55 using AllInstSafeIter = InstSafeIterator<IterationType::ALL, IterationDirection::FORWARD>; 663 * |----> InstForwardIterator<Type, Direction::FORWARD> 665 * | |----> InstForwardIterator<Type::PHI, Direction::FORWARD> 671 * |----> InstSafeIterator<Type::PHI, Direction::FORWARD> 703 if constexpr (IterationType::INST == T && IterationDirection::FORWARD == D) { 707 if constexpr (IterationType::ALL == T && IterationDirection::FORWARD == D) { 743 class InstForwardIterator : public InstIterator<T, IterationDirection::FORWARD> { [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | basicblock.h | 36 FORWARD, member in ark::compiler::IterationDirection 53 using PhiInstSafeIter = InstSafeIterator<IterationType::PHI, IterationDirection::FORWARD>; 54 using InstSafeIter = InstSafeIterator<IterationType::INST, IterationDirection::FORWARD>; 55 using AllInstSafeIter = InstSafeIterator<IterationType::ALL, IterationDirection::FORWARD>; 408 * |----> InstForwardIterator<Type, Direction::FORWARD> 410 * | |----> InstForwardIterator<Type::PHI, Direction::FORWARD> 416 * |----> InstSafeIterator<Type::PHI, Direction::FORWARD> 456 if constexpr (IterationType::INST == T && IterationDirection::FORWARD == D) { in InstIterator() 460 if constexpr (IterationType::ALL == T && IterationDirection::FORWARD == D) { in InstIterator() 496 class InstForwardIterator : public InstIterator<T, IterationDirection::FORWARD> { [all...] |
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 12080 Pi.FORWARD = Object.freeze(new Pi(0, 0, -1)); [all...] |
Completed in 31 milliseconds