Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDJumpThreading.cpp80 class JumpThreading : public FunctionPass { class
107 JumpThreading(int T = -1) : FunctionPass(ID) { in JumpThreading() function in __anon7fa5a1f40111::JumpThreading
143 char JumpThreading::ID = 0;
144 INITIALIZE_PASS_BEGIN(JumpThreading, "jump-threading",
148 INITIALIZE_PASS_END(JumpThreading, "jump-threading", in INITIALIZE_PASS_DEPENDENCY()
152 FunctionPass *llvm::createJumpThreadingPass(int Threshold) { return new JumpThreading(Threshold); } in INITIALIZE_PASS_DEPENDENCY()
156 bool JumpThreading::runOnFunction(Function &F) { in runOnFunction()
309 void JumpThreading::FindLoopHeaders(Function &F) { in FindLoopHeaders()
343 bool JumpThreading::
660 bool JumpThreading::ProcessBlock(BasicBlock *BB) { in ProcessBlock()
[all …]
/NextBSD/lib/clang/libllvmscalaropts/
HDMakefile.depend34 JumpThreading.o: Intrinsics.inc.h
35 JumpThreading.po: Intrinsics.inc.h
HDMakefile22 JumpThreading.cpp \