Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp80 class JumpThreading : public FunctionPass { class
107 JumpThreading(int T = -1) : FunctionPass(ID) { in JumpThreading() function in __anon2b86d1c70111::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 …]
DCMakeLists.txt16 JumpThreading.cpp
DAndroid.mk18 JumpThreading.cpp \
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch3456 + JumpThreading.cpp \