Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp96 class JumpThreading : public FunctionPass { class
126 JumpThreading(int T = -1) : FunctionPass(ID) { in JumpThreading() function in __anonaccc34270111::JumpThreading
175 char JumpThreading::ID = 0;
176 INITIALIZE_PASS_BEGIN(JumpThreading, "jump-threading",
180 INITIALIZE_PASS_END(JumpThreading, "jump-threading", in INITIALIZE_PASS_DEPENDENCY()
184 FunctionPass *llvm::createJumpThreadingPass(int Threshold) { return new JumpThreading(Threshold); } in INITIALIZE_PASS_DEPENDENCY()
188 bool JumpThreading::runOnFunction(Function &F) { in runOnFunction()
356 void JumpThreading::FindLoopHeaders(Function &F) { in FindLoopHeaders()
390 bool JumpThreading::
707 bool JumpThreading::ProcessBlock(BasicBlock *BB) { in ProcessBlock()
[all …]
DCMakeLists.txt16 JumpThreading.cpp
DAndroid.mk18 JumpThreading.cpp \
/external/v8/src/compiler/
Djump-threading.h16 class JumpThreading {
Djump-threading.cc57 bool JumpThreading::ComputeForwarding(Zone* local_zone, in ComputeForwarding()
133 void JumpThreading::ApplyForwarding(ZoneVector<RpoNumber>& result, in ApplyForwarding()
Dpipeline.cc984 if (JumpThreading::ComputeForwarding(temp_zone, result, data->sequence())) { in Run()
985 JumpThreading::ApplyForwarding(result, data->sequence()); in Run()
/external/v8/test/cctest/compiler/
Dtest-jump-threading.cc111 JumpThreading::ComputeForwarding(&local_zone, result, &code.sequence_); in VerifyForwarding()
614 JumpThreading::ApplyForwarding(vector, &code.sequence_); in ApplyForwarding()