Searched refs:JumpThreading (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 96 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 …]
|
D | CMakeLists.txt | 16 JumpThreading.cpp
|
D | Android.mk | 18 JumpThreading.cpp \
|
/external/v8/src/compiler/ |
D | jump-threading.h | 16 class JumpThreading {
|
D | jump-threading.cc | 57 bool JumpThreading::ComputeForwarding(Zone* local_zone, in ComputeForwarding() 133 void JumpThreading::ApplyForwarding(ZoneVector<RpoNumber>& result, in ApplyForwarding()
|
D | pipeline.cc | 984 if (JumpThreading::ComputeForwarding(temp_zone, result, data->sequence())) { in Run() 985 JumpThreading::ApplyForwarding(result, data->sequence()); in Run()
|
/external/v8/test/cctest/compiler/ |
D | test-jump-threading.cc | 111 JumpThreading::ComputeForwarding(&local_zone, result, &code.sequence_); in VerifyForwarding() 614 JumpThreading::ApplyForwarding(vector, &code.sequence_); in ApplyForwarding()
|