Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp567 PathsType LoopPaths = paths(SwitchBlock, Visited, /* PathDepth = */ 1); in run() local
570 for (PathType Path : LoopPaths) { in run()