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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1 //===- JumpThreading.cpp - Thread control through conditional blocks ------===//
13 #include "llvm/Transforms/Scalar/JumpThreading.h"
103 cl::desc("Print the LazyValueInfo cache after JumpThreading"), cl::init(false),
108 cl::desc("Allow JumpThreading to thread across loop headers, for testing"),
129 class JumpThreading : public FunctionPass { class in namespace:__anon5653
135 JumpThreading(int T = -1) : FunctionPass(ID), Impl(T) { function in class:__anon5653::JumpThreading
156 char JumpThreading::ID = 0;
158 INITIALIZE_PASS_BEGIN(JumpThreading, "jump-threading",
164 INITIALIZE_PASS_END(JumpThreading, "jump-threading",
169 return new JumpThreading(Threshol
[all...]
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile1464 SRCS_MIN+= Transforms/Scalar/JumpThreading.cpp

Completed in 112 milliseconds