Home
last modified time | relevance | path

Searched defs:succs (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbbt.h148 MapleVector<BBT *> succs; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp209 const auto &succs = block->GetSuccsBlocks(); in FindLoopExitBlock() local
Dloop_analyzer.cpp383 const auto &succs = block->GetSuccsBlocks(); in CheckInfinity() local
Dliveness_analyzer.cpp154 auto succs = current->GetSuccsBlocks(); in LinearizeBlocks() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp375 const auto &succs = block->GetSuccsBlocks(); in CheckInfinity() local
Dliveness_analyzer.cpp140 auto succs = current->GetSuccsBlocks(); in LinearizeBlocks() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dloop.cpp214 void LoopFinder::seekBackEdge(BB *bb, MapleList<BB *> succs) in seekBackEdge()
Dcgfunc.cpp2484 auto &succs = bb->GetSuccs(); in DumpCFGToDot() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp315 ArenaVector<BasicBlock *> succs(block->GetSuccsBlocks(), GetLocalAllocator()->Adapter()); in DisconnectBlockRec() local
Dir_constructor.h179 IrConstructor &Succs(std::vector<int> succs) in Succs()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h165 ChunkVector<BytecodeRegion *> succs; // List of successors blocks member
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp372 ArenaVector<BasicBlock *> succs(block->GetSuccsBlocks(), GetLocalAllocator()->Adapter()); in DisconnectBlockRec() local
Dir_constructor.h204 IrConstructor &Succs(std::vector<int> succs) in Succs()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddeps.h565 MapleVector<DepLink *> succs; variable
Dcgbb.h936 MapleList<BB *> succs; variable