Home
last modified time | relevance | path

Searched defs:succs (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dcountable_loop_parser.cpp213 const auto &succs = block->GetSuccsBlocks(); in FindLoopExitBlock() local
H A Dloop_analyzer.cpp406 const auto &succs = block->GetSuccsBlocks(); in CheckInfinity() local
H A Dliveness_analyzer.cpp154 auto succs = current->GetSuccsBlocks(); in LinearizeBlocks() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dloop_analyzer.cpp376 const auto &succs = block->GetSuccsBlocks(); in CheckInfinity() local
H A Dliveness_analyzer.cpp139 auto succs = current->GetSuccsBlocks(); in LinearizeBlocks() local
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H A Dconstant_propagation.cpp170 auto &succs = bb->GetSuccsBlocks(); in VisitInsts() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dir_constructor.h179 IrConstructor &Succs(std::vector<int> succs) in Succs() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h204 IrConstructor &Succs(std::vector<int> succs) in Succs() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.h159 ChunkVector<BytecodeRegion *> succs; // List of successors blocks member

Completed in 12 milliseconds