| /llvm-project-15.0.7/llvm/utils/lit/ |
| H A D | MANIFEST.in | 7 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 D | prune.m | 20 // 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 D | pipeline.py | 122 def prune(srcPipeObj): function 150 self.assertEqual(pipeObj, prune(pipeObj)) 154 self.assertEqual(pipeStr, toStr(prune(pipeObj))) 168 pipeObjC = prune(pipeObjC)
|
| H A D | reduce_pipeline.py | 122 lstA = pipeline.prune(lstA) 123 lstB = pipeline.prune(lstB) 161 lstA = pipeline.prune(lstA) 187 candLst = pipeline.prune(candLst)
|
| H A D | llvmdo | 178 \( $paths_to_ignore \) -prune \
|
| /llvm-project-15.0.7/clang/test/ClangScanDeps/Inputs/removed-args/ |
| H A D | cdb.json.template | 4 …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 D | prune_only_scalardeps.ll | 1 …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 D | backedge-pruning.ll | 2 …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 D | postdominator_check.ll | 1 …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 D | chains.ll | 1 …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 D | MANIFEST.in | 2 prune doc/_build
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | 2004-04-20-InlineLinkOnce.ll | 1 ; RUN: opt < %s -inline -prune-eh -disable-output -enable-new-pm=0
|
| /llvm-project-15.0.7/llvm/test/Transforms/PruneEH/ |
| H A D | simplenoreturntest.ll | 1 ; RUN: opt < %s -prune-eh -S -enable-new-pm=0 | not grep "ret i32"
|
| H A D | musttail.ll | 1 ; RUN: opt -prune-eh -enable-new-pm=0 -S < %s | FileCheck %s
|
| H A D | pr23971.ll | 1 ; RUN: opt -S -prune-eh -enable-new-pm=0 < %s | FileCheck %s
|
| H A D | 2008-06-02-Weak.ll | 1 ; RUN: opt < %s -prune-eh -enable-new-pm=0 -S | FileCheck %s
|
| H A D | simpletest.ll | 1 ; RUN: opt < %s -prune-eh -enable-new-pm=0 -S | FileCheck %s
|
| H A D | operand-bundles.ll | 1 ; RUN: opt < %s -prune-eh -enable-new-pm=0 -S | FileCheck %s
|
| H A D | recursivetest.ll | 1 ; RUN: opt < %s -prune-eh -enable-new-pm=0 -S | FileCheck %s
|
| H A D | looptest.ll | 1 ; RUN: opt < %s -prune-eh -S -enable-new-pm=0 | FileCheck %s
|
| H A D | seh-nounwind.ll | 1 ; RUN: opt -S -prune-eh -enable-new-pm=0 < %s | FileCheck %s
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | dwarf-eh-prepare.ll | 82 ; 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 D | JITLinkGeneric.cpp | 40 prune(*G); in linkPhase1() 240 void prune(LinkGraph &G) { in prune() function
|
| H A D | JITLinkGeneric.h | 154 void prune(LinkGraph &G);
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | PollyPasses.def | 42 SCOP_PASS("polly-prune-unprofitable", PruneUnprofitablePass())
|