HomeSort by: relevance | last modified time | path
    Searched refs:JumpThreading (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMScalarOpts/
Makefile 32 JumpThreading.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 1 //===- JumpThreading.cpp - Thread control through conditional blocks ------===//
13 #include "llvm/Transforms/Scalar/JumpThreading.h"
84 using namespace jumpthreading;
106 cl::desc("Print the LazyValueInfo cache after JumpThreading"), cl::init(false),
116 cl::desc("Allow JumpThreading to thread across loop headers, for testing"),
137 class JumpThreading : public FunctionPass {
143 JumpThreading(bool InsertFreezeWhenUnfoldingSelect = false, int T = -1)
166 char JumpThreading::ID = 0;
168 INITIALIZE_PASS_BEGIN(JumpThreading, "jump-threading",
174 INITIALIZE_PASS_END(JumpThreading, "jump-threading"
    [all...]

Completed in 17 milliseconds