Home
last modified time | relevance | path

Searched refs:prune (Results 1 – 25 of 60) sorted by relevance

123

/llvm-project-15.0.7/llvm/utils/lit/
H A DMANIFEST.in7 prune tests/Output
8 prune tests/*/Output
9 prune tests/*/*/Output
10 prune tests/*/*/*/Output
/llvm-project-15.0.7/clang/test/Modules/
H A Dprune.m20 // Set the timestamp back more than two days. We should try to prune,
23 … -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-prune-af…
29 // This shouldn't prune anything, because the timestamp has been updated, so
32 …rivate-module -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-prune-af…
41 …rivate-module -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-prune-af…
/llvm-project-15.0.7/llvm/utils/
H A Dpipeline.py122 def prune(srcPipeObj): function
150 self.assertEqual(pipeObj, prune(pipeObj))
154 self.assertEqual(pipeStr, toStr(prune(pipeObj)))
168 pipeObjC = prune(pipeObjC)
H A Dreduce_pipeline.py122 lstA = pipeline.prune(lstA)
123 lstB = pipeline.prune(lstB)
161 lstA = pipeline.prune(lstA)
187 candLst = pipeline.prune(candLst)
H A Dllvmdo178 \( $paths_to_ignore \) -prune \
/llvm-project-15.0.7/clang/test/ClangScanDeps/Inputs/removed-args/
H A Dcdb.json.template4 …d-session -fbuild-session-file=DIR/build-session -fmodules-prune-interval=123 -fmodules-prune-afte…
/llvm-project-15.0.7/polly/test/PruneUnprofitable/
H A Dprune_only_scalardeps.ll1 …y-process-unprofitable=false -polly-unprofitable-scalar-accs=false -polly-prune-unprofitable -disa…
2 …rofitable=false -polly-unprofitable-scalar-accs=false "-passes=scop(polly-prune-unprofitable)" -di…
57 ; CHECK: 1 polly-prune-unprofitable - Number of pruned SCoPs because it they cannot be optimized in…
/llvm-project-15.0.7/llvm/test/Instrumentation/SanitizerCoverage/
H A Dbackedge-pruning.ll2 …overage-level=1 -sanitizer-coverage-trace-compares=1 -sanitizer-coverage-prune-blocks=1 -S | File…
3 …overage-level=1 -sanitizer-coverage-trace-compares=1 -sanitizer-coverage-prune-blocks=0 -S | File…
H A Dpostdominator_check.ll1 …nitizer-coverage-level=4 -sanitizer-coverage-trace-pc -sanitizer-coverage-prune-blocks=1 -S | File…
2 …nitizer-coverage-level=4 -sanitizer-coverage-trace-pc -sanitizer-coverage-prune-blocks=0 -S | File…
H A Dchains.ll1 …nitizer-coverage-level=4 -sanitizer-coverage-trace-pc -sanitizer-coverage-prune-blocks=1 -S | Fil…
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/
H A DMANIFEST.in2 prune doc/_build
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A D2004-04-20-InlineLinkOnce.ll1 ; RUN: opt < %s -inline -prune-eh -disable-output -enable-new-pm=0
/llvm-project-15.0.7/llvm/test/Transforms/PruneEH/
H A Dsimplenoreturntest.ll1 ; RUN: opt < %s -prune-eh -S -enable-new-pm=0 | not grep "ret i32"
H A Dmusttail.ll1 ; RUN: opt -prune-eh -enable-new-pm=0 -S < %s | FileCheck %s
H A Dpr23971.ll1 ; RUN: opt -S -prune-eh -enable-new-pm=0 < %s | FileCheck %s
H A D2008-06-02-Weak.ll1 ; RUN: opt < %s -prune-eh -enable-new-pm=0 -S | FileCheck %s
H A Dsimpletest.ll1 ; RUN: opt < %s -prune-eh -enable-new-pm=0 -S | FileCheck %s
H A Doperand-bundles.ll1 ; RUN: opt < %s -prune-eh -enable-new-pm=0 -S | FileCheck %s
H A Drecursivetest.ll1 ; RUN: opt < %s -prune-eh -enable-new-pm=0 -S | FileCheck %s
H A Dlooptest.ll1 ; RUN: opt < %s -prune-eh -S -enable-new-pm=0 | FileCheck %s
H A Dseh-nounwind.ll1 ; RUN: opt -S -prune-eh -enable-new-pm=0 < %s | FileCheck %s
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Ddwarf-eh-prepare.ll82 ; Check that we can prune the unreachable resume instruction.
133 ; We can't prune this merge because one landingpad is a cleanup pad.
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp40 prune(*G); in linkPhase1()
240 void prune(LinkGraph &G) { in prune() function
H A DJITLinkGeneric.h154 void prune(LinkGraph &G);
/llvm-project-15.0.7/polly/lib/Support/
H A DPollyPasses.def42 SCOP_PASS("polly-prune-unprofitable", PruneUnprofitablePass())

123