Searched refs:PathsType (Results 1 – 1 of 1) sorted by relevance
352 typedef std::vector<PathType> PathsType; typedef567 PathsType LoopPaths = paths(SwitchBlock, Visited, /* PathDepth = */ 1); in run()604 PathsType paths(BasicBlock *BB, VisitedBlocks &Visited, in paths()606 PathsType Res; in paths()642 PathsType SuccPaths = paths(Succ, Visited, PathDepth + 1); in paths()