Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp547 PathsType LoopPaths = paths(SwitchBlock, Visited, /* PathDepth = */ 1); in run() local
548 StateDefMap StateDef = getStateDefMap(LoopPaths); in run()
559 for (PathType Path : LoopPaths) { in run()
648 StateDefMap getStateDefMap(const PathsType &LoopPaths) const { in getStateDefMap()
653 for (const PathType &Path : LoopPaths) { in getStateDefMap()