Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcontrol_dep_analysis.h113 void FindFallthroughPath(std::vector<CDGNode *> &regionMembers, BB *curBB, bool isRoot);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcontrol_dep_analysis.cpp246 FindFallthroughPath(regionMembers, bb, true); in ComputeGeneralNonLinearRegions()
262 void ControlDepAnalysis::FindFallthroughPath(std::vector<CDGNode *> &regionMembers, BB *curBB, bool… in FindFallthroughPath() function in maplebe::ControlDepAnalysis
284 FindFallthroughPath(regionMembers, *curBB->GetSuccsBegin(), false); in FindFallthroughPath()