Searched refs:JumpThreading (Results 1 – 2 of 2) sorted by relevance
137 class JumpThreading : public FunctionPass { class143 JumpThreading(bool InsertFreezeWhenUnfoldingSelect = false, int T = -1) in JumpThreading() function in __anon30f700b90111::JumpThreading166 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()
1579 SRCS_MIN+= Transforms/Scalar/JumpThreading.cpp