Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp137 class JumpThreading : public FunctionPass { class
143 JumpThreading(bool InsertFreezeWhenUnfoldingSelect = false, int T = -1) in JumpThreading() function in __anon30f700b90111::JumpThreading
166 char JumpThreading::ID = 0;
168 INITIALIZE_PASS_BEGIN(JumpThreading, "jump-threading",
174 INITIALIZE_PASS_END(JumpThreading, "jump-threading", in INITIALIZE_PASS_DEPENDENCY()
179 return new JumpThreading(InsertFr, Threshold); in INITIALIZE_PASS_DEPENDENCY()
314 bool JumpThreading::runOnFunction(Function &F) { in runOnFunction()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1579 SRCS_MIN+= Transforms/Scalar/JumpThreading.cpp