HomeSort by relevance Sort by last modified time
    Searched refs:JumpThreading (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
Android.mk 15 JumpThreading.cpp \
JumpThreading.cpp 1 //===- JumpThreading.cpp - Thread control through conditional blocks ------===//
76 class JumpThreading : public FunctionPass {
101 JumpThreading() : FunctionPass(ID) {
132 char JumpThreading::ID = 0;
133 INITIALIZE_PASS_BEGIN(JumpThreading, "jump-threading",
136 INITIALIZE_PASS_END(JumpThreading, "jump-threading",
140 FunctionPass *llvm::createJumpThreadingPass() { return new JumpThreading(); }
144 bool JumpThreading::runOnFunction(Function &F) {
276 void JumpThreading::FindLoopHeaders(Function &F) {
310 bool JumpThreading:
    [all...]

Completed in 876 milliseconds