Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCMakeLists.txt25 JumpThreading.cpp
H A DJumpThreading.cpp137 class JumpThreading : public FunctionPass { class
143 JumpThreading(bool InsertFreezeWhenUnfoldingSelect = false, int T = -1) in JumpThreading() function in __anon355146700111::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()
/netbsd-src/external/apache2/llvm/lib/libLLVMScalarOpts/
H A DMakefile32 JumpThreading.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/
H A DBUILD.gn36 "JumpThreading.cpp",