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

/freebsd-13-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"
104 cl::desc("Print the LazyValueInfo cache after JumpThreading"), cl::init(false),
109 cl::desc("Allow JumpThreading to thread across loop headers, for testing"),
130 class JumpThreading : public FunctionPass { class in namespace:__anon4642
136 JumpThreading(int T = -1) : FunctionPass(ID), Impl(T) { function in class:__anon4642::JumpThreading
157 char JumpThreading::ID = 0;
159 INITIALIZE_PASS_BEGIN(JumpThreading, "jump-threading",
165 INITIALIZE_PASS_END(JumpThreading, "jump-threading",
170 return new JumpThreading(Threshol
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1492 SRCS_MIN+= Transforms/Scalar/JumpThreading.cpp

Completed in 119 milliseconds