Searched refs:FindLoopHeaders (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h110 void FindLoopHeaders(Function &F);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp388 FindLoopHeaders(F);
546 /// FindLoopHeaders - We do not want jump threading to turn proper loop
560 void JumpThreadingPass::FindLoopHeaders(Function &F) { function in class:JumpThreadingPass
2030 // See the comments above FindLoopHeaders for justifications and caveats.
2309 // See the comments above FindLoopHeaders for justifications and caveats.
2569 // See the comments above FindLoopHeaders for justifications and caveats.

Completed in 162 milliseconds