Home
last modified time | relevance | path

Searched refs:JumpThreading (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.h16 class V8_EXPORT_PRIVATE JumpThreading { class
H A Djump-threading.cc60 bool JumpThreading::ComputeForwarding(Zone* local_zone, in ComputeForwarding()
184 void JumpThreading::ApplyForwarding(Zone* local_zone, in ApplyForwarding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1 //===- JumpThreading.cpp - Thread control through conditional blocks ------===//
13 #include "llvm/Transforms/Scalar/JumpThreading.h"
103 cl::desc("Print the LazyValueInfo cache after JumpThreading"), cl::init(false),
108 cl::desc("Allow JumpThreading to thread across loop headers, for testing"),
129 class JumpThreading : public FunctionPass { class
135 JumpThreading(int T = -1) : FunctionPass(ID), Impl(T) { in JumpThreading() function in __anon25125::JumpThreading
156 char JumpThreading::ID = 0;
158 INITIALIZE_PASS_BEGIN(JumpThreading, "jump-threading",
164 INITIALIZE_PASS_END(JumpThreading, "jump-threading",
169 return new JumpThreading(Threshol in createJumpThreadingPass()
[all...]
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.h345 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, JumpThreading) \
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc2400 DECL_PIPELINE_PHASE_CONSTANTS(JumpThreading)
2404 if (JumpThreading::ComputeForwarding(temp_zone, &result, data->sequence(), in Run()
2406 JumpThreading::ApplyForwarding(temp_zone, result, data->sequence()); in Run()

Completed in 10 milliseconds