Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h112 void findLoopHeaders(Function &F);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp420 findLoopHeaders(F); in runImpl()
619 void JumpThreadingPass::findLoopHeaders(Function &F) { in findLoopHeaders() function in JumpThreadingPass