Searched refs:FindFallthroughPath (Results 1 – 2 of 2) sorted by relevance
113 void FindFallthroughPath(std::vector<CDGNode *> ®ionMembers, BB *curBB, bool isRoot);
246 FindFallthroughPath(regionMembers, bb, true); in ComputeGeneralNonLinearRegions()262 void ControlDepAnalysis::FindFallthroughPath(std::vector<CDGNode *> ®ionMembers, BB *curBB, bool… in FindFallthroughPath() function in maplebe::ControlDepAnalysis284 FindFallthroughPath(regionMembers, *curBB->GetSuccsBegin(), false); in FindFallthroughPath()