Home
last modified time | relevance | path

Searched refs:Propagation (Results 1 – 25 of 52) sorted by relevance

123

/external/ltp/testcases/kernel/fs/fs_bind/bin/
Dcheck_prop33 echo Check No Propagation $*
35 echo Check Propagation $*
/external/dagger2/java/dagger/producers/
DCancellationPolicy.java53 Propagation fromSubcomponents(); in fromSubcomponents()
59 enum Propagation { enum
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp63 struct Propagation { struct
72 std::vector<Propagation> Propagations;
309 LLVM_YAML_IS_SEQUENCE_VECTOR(TaintConfig::Propagation)
322 template <> struct MappingTraits<TaintConfig::Propagation> {
323 static void mapping(IO &IO, TaintConfig::Propagation &Propagation) { in mapping()
324 IO.mapRequired("Name", Propagation.Name); in mapping()
325 IO.mapOptional("Scope", Propagation.Scope); in mapping()
326 IO.mapOptional("SrcArgs", Propagation.SrcArgs); in mapping()
327 IO.mapOptional("DstArgs", Propagation.DstArgs); in mapping()
328 IO.mapOptional("VariadicType", Propagation.VarType, in mapping()
[all …]
/external/dagger2/javatests/dagger/functional/producers/cancellation/
DCancellationPolicyTest.java26 import dagger.producers.CancellationPolicy.Propagation;
76 @CancellationPolicy(fromSubcomponents = Propagation.PROPAGATE)
83 @CancellationPolicy(fromSubcomponents = Propagation.IGNORE)
/external/llvm/test/Feature/
Doptnone-opt.ll48 ; OPT-O1-DAG: Skipping pass 'Sparse Conditional Constant Propagation'
51 ; OPT-O1-DAG: Skipping pass 'Value Propagation'
Doptnone-llc.ll45 ; LLC-Ox-DAG: Skipping pass 'Machine Copy Propagation Pass'
/external/llvm-project/llvm/test/Other/
Dopt-O2-pipeline.ll33 ; CHECK-NEXT: Interprocedural Sparse Conditional Constant Propagation
36 ; CHECK-NEXT: Called Value Propagation
76 ; CHECK-NEXT: Value Propagation
153 ; CHECK-NEXT: Sparse Conditional Constant Propagation
163 ; CHECK-NEXT: Value Propagation
Dopt-Os-pipeline.ll33 ; CHECK-NEXT: Interprocedural Sparse Conditional Constant Propagation
36 ; CHECK-NEXT: Called Value Propagation
76 ; CHECK-NEXT: Value Propagation
139 ; CHECK-NEXT: Sparse Conditional Constant Propagation
149 ; CHECK-NEXT: Value Propagation
Dopt-O3-pipeline-enable-matrix.ll36 ; CHECK-NEXT: Interprocedural Sparse Conditional Constant Propagation
39 ; CHECK-NEXT: Called Value Propagation
80 ; CHECK-NEXT: Value Propagation
158 ; CHECK-NEXT: Sparse Conditional Constant Propagation
168 ; CHECK-NEXT: Value Propagation
Dopt-O3-pipeline.ll36 ; CHECK-NEXT: Interprocedural Sparse Conditional Constant Propagation
39 ; CHECK-NEXT: Called Value Propagation
80 ; CHECK-NEXT: Value Propagation
158 ; CHECK-NEXT: Sparse Conditional Constant Propagation
168 ; CHECK-NEXT: Value Propagation
Dopt-LTO-pipeline.ll23 ; CHECK-NEXT: Interprocedural Sparse Conditional Constant Propagation
26 ; CHECK-NEXT: Called Value Propagation
162 ; CHECK-NEXT: Sparse Conditional Constant Propagation
Dopt-pipeline-vector-passes.ll31 ; OLDPM_O2_EXTRA: Value Propagation
/external/llvm-project/llvm/test/CodeGen/X86/
Dfmf-reduction.ll4 ; Propagation of IR FMF should not drop flags when adding the DAG reduction flag.
Dopt-pipeline.ll146 ; CHECK-NEXT: Machine Copy Propagation Pass
164 ; CHECK-NEXT: Machine Copy Propagation Pass
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dipra-04.ll9 ; DBG: Call Instruction After Register Usage Info Propagation :
/external/llvm-project/llvm/test/Transforms/SCCP/
Dpreserve-analysis.ll10 ; CHECK: Sparse Conditional Constant Propagation
/external/llvm-project/llvm/test/Transforms/CorrelatedValuePropagation/
Dalloca.ll4 ; Shortcut in Correlated Value Propagation ensures not to take Lazy Value Info
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dopt-pipeline.ll71 ; GCN-O1-NEXT: Interprocedural Sparse Conditional Constant Propagation
74 ; GCN-O1-NEXT: Called Value Propagation
175 ; GCN-O1-NEXT: Sparse Conditional Constant Propagation
382 ; GCN-O2-NEXT: Interprocedural Sparse Conditional Constant Propagation
385 ; GCN-O2-NEXT: Called Value Propagation
429 ; GCN-O2-NEXT: Value Propagation
509 ; GCN-O2-NEXT: Sparse Conditional Constant Propagation
519 ; GCN-O2-NEXT: Value Propagation
744 ; GCN-O3-NEXT: Interprocedural Sparse Conditional Constant Propagation
747 ; GCN-O3-NEXT: Called Value Propagation
[all …]
/external/llvm-project/llvm/test/Feature/
Doptnone-llc.ll46 ; LLC-Ox-DAG: Skipping pass 'Machine Copy Propagation Pass'
Doptnone-opt.ll54 ; O1-DAG: Skipping pass 'Sparse Conditional Constant Propagation'
/external/llvm-project/llvm/test/CodeGen/ARM/
DO3-pipeline.ll130 ; CHECK-NEXT: Machine Copy Propagation Pass
144 ; CHECK-NEXT: Machine Copy Propagation Pass
/external/llvm-project/llvm/test/CodeGen/AArch64/
DO3-pipeline.ll160 ; CHECK-NEXT: Machine Copy Propagation Pass
177 ; CHECK-NEXT: Machine Copy Propagation Pass
/external/llvm-project/debuginfo-tests/dexter/
DREADME.md273 …pass 8/211 = (0.7611) (0.0000) [Interprocedural Sparse Conditional Constant Propagation on modul…
274 …pass 9/211 = (0.7611) (0.0000) [Called Value Propagation on module (c:\dexter\tests\fibonacci\te…
290 pass 25/211 = (0.7345) (0.0000) [Value Propagation on function (?Fibonacci@@YAXHAEAH@Z)]
/external/grpc-grpc/doc/
Dcompression.md87 ### Propagation to child RPCs
/external/llvm/docs/
DLexicon.rst235 Sparse Conditional Constant Propagation

123