Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp355 typedef std::vector<PathType> PathsType; typedef
547 PathsType LoopPaths = paths(SwitchBlock, Visited, /* PathDepth = */ 1); in run()
593 PathsType paths(BasicBlock *BB, VisitedBlocks &Visited, in paths()
595 PathsType Res; in paths()
627 PathsType SuccPaths = paths(Succ, Visited, PathDepth + 1); in paths()
648 StateDefMap getStateDefMap(const PathsType &LoopPaths) const { in getStateDefMap()