Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp123 class JumpThreading : public FunctionPass { class
129 JumpThreading(int T = -1) : FunctionPass(ID), Impl(T) { in JumpThreading() function in __anonbe60f90a0111::JumpThreading
150 char JumpThreading::ID = 0;
152 INITIALIZE_PASS_BEGIN(JumpThreading, "jump-threading",
158 INITIALIZE_PASS_END(JumpThreading, "jump-threading", in INITIALIZE_PASS_DEPENDENCY()
163 return new JumpThreading(Threshold); in INITIALIZE_PASS_DEPENDENCY()
281 bool JumpThreading::runOnFunction(Function &F) { in runOnFunction()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1365 SRCS_MIN+= Transforms/Scalar/JumpThreading.cpp