Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp1300 SmallVector<AllSwitchPaths, 2> ThreadableLoops; in run() local
1328 ThreadableLoops.push_back(SwitchPaths); in run()
1345 if (ThreadableLoops.size() > 0) in run()
1348 for (AllSwitchPaths SwitchPaths : ThreadableLoops) { in run()