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.h118 LLVM_ABI void findLoopHeaders(Function &F);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp321 findLoopHeaders(*F); in runImpl()
525 void JumpThreadingPass::findLoopHeaders(Function &F) { in findLoopHeaders() function in JumpThreadingPass