Home
last modified time | relevance | path

Searched refs:JumpThreadingPass (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h59 class JumpThreadingPass : public PassInfoMixin<JumpThreadingPass> {
87 JumpThreadingPass(int T = -1);
89 JumpThreadingPass(JumpThreadingPass &&Other) in JumpThreadingPass() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h77 class JumpThreadingPass : public PassInfoMixin<JumpThreadingPass> {
108 JumpThreadingPass(int T = -1);
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp81 JumpThreadingPass Impl;
113 JumpThreadingPass::JumpThreadingPass(int T) { in JumpThreadingPass() function in JumpThreadingPass
136 PreservedAnalyses JumpThreadingPass::run(Function &F, in run()
163 bool JumpThreadingPass::runImpl(Function &F, TargetLibraryInfo *TLI_, in runImpl()
341 void JumpThreadingPass::FindLoopHeaders(Function &F) { in FindLoopHeaders()
375 bool JumpThreadingPass::ComputeValueKnownInPredecessors( in ComputeValueKnownInPredecessors()
703 bool JumpThreadingPass::ProcessBlock(BasicBlock *BB) { in ProcessBlock()
887 bool JumpThreadingPass::ProcessImpliedCondition(BasicBlock *BB) { in ProcessImpliedCondition()
926 bool JumpThreadingPass::SimplifyPartiallyRedundantLoad(LoadInst *LI) { in SimplifyPartiallyRedundantLoad()
1172 bool JumpThreadingPass::ProcessThreadableEdges(Value *Cond, BasicBlock *BB, in ProcessThreadableEdges()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp122 JumpThreadingPass Impl;
164 JumpThreadingPass::JumpThreadingPass(int T) { in JumpThreadingPass() function in JumpThreadingPass
307 PreservedAnalyses JumpThreadingPass::run(Function &F, in run()
337 bool JumpThreadingPass::runImpl(Function &F, TargetLibraryInfo *TLI_, in runImpl()
539 void JumpThreadingPass::FindLoopHeaders(Function &F) { in FindLoopHeaders()
572 bool JumpThreadingPass::ComputeValueKnownInPredecessors( in ComputeValueKnownInPredecessors()
974 bool JumpThreadingPass::ProcessBlock(BasicBlock *BB) { in ProcessBlock()
1215 bool JumpThreadingPass::ProcessImpliedCondition(BasicBlock *BB) { in ProcessImpliedCondition()
1265 bool JumpThreadingPass::SimplifyPartiallyRedundantLoad(LoadInst *LoadI) { in SimplifyPartiallyRedundantLoad()
1563 bool JumpThreadingPass::ProcessThreadableEdges(Value *Cond, BasicBlock *BB, in ProcessThreadableEdges()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassBuilder.cpp372 FPM.addPass(JumpThreadingPass()); in buildFunctionSimplificationPipeline()
474 FPM.addPass(JumpThreadingPass()); in buildFunctionSimplificationPipeline()
1084 FPM.addPass(JumpThreadingPass()); in buildLTODefaultPipeline()
1135 MainFPM.addPass(JumpThreadingPass()); in buildLTODefaultPipeline()
DPassRegistry.def181 FUNCTION_PASS("jump-threading", JumpThreadingPass())
/external/llvm/lib/Passes/
DPassRegistry.def149 FUNCTION_PASS("jump-threading", JumpThreadingPass())
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dnew-pm-lto-defaults.ll77 ; CHECK-O2-NEXT: Running pass: JumpThreadingPass
Dnew-pm-thinlto-defaults.ll110 ; CHECK-O-NEXT: Running pass: JumpThreadingPass
175 ; CHECK-O-NEXT: Running pass: JumpThreadingPass
Dnew-pm-defaults.ll125 ; CHECK-O-NEXT: Running pass: JumpThreadingPass
194 ; CHECK-O-NEXT: Running pass: JumpThreadingPass