Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp352 typedef std::vector<PathType> PathsType; typedef
567 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()