Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h114 void findLoopHeaders(Function &F);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp323 findLoopHeaders(*F); in runImpl()
526 void JumpThreadingPass::findLoopHeaders(Function &F) { in findLoopHeaders() function in JumpThreadingPass