Home
last modified time | relevance | path

Searched refs:inter (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcxx20-module-part-1a.cpp2 export module Foo:inter;
H A Dcxx20-module-part-1c.cpp5 export import :inter;
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_scheduler.c4181 isl_basic_set_list *inter; member
5100 return inter; in exploit_inter_lineality()
5103 inter = isl_union_map_subtract_range(inter, in exploit_inter_lineality()
5107 inter = isl_union_map_union(inter, umap); in exploit_inter_lineality()
5109 inter = isl_union_map_subtract_domain(inter, in exploit_inter_lineality()
5113 inter = isl_union_map_union(inter, umap); in exploit_inter_lineality()
5115 inter = isl_union_map_remove_divs(inter); in exploit_inter_lineality()
5117 return inter; in exploit_inter_lineality()
5239 isl_union_map *inter; in collect_inter_validity() local
5244 inter = exploit_inter_lineality(inter, data); in collect_inter_validity()
[all …]
/llvm-project-15.0.7/clang/docs/
H A DClangStaticAnalyzer.rst6 It implements *path-sensitive*, *inter-procedural analysis* based on *symbolic execution* technique.
H A DThreadSafetyAnalysis.rst69 analysis issues a warning. Thread safety analysis is not inter-procedural, so
/llvm-project-15.0.7/openmp/docs/optimizations/
H A DOpenMPOpt.rst69 inter-procedural optimization and scan each known usage of the globalized
97 optimizations rely heavily on inter-procedural analysis. Because of this,
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dx86-GCC-inline-asm-Y-constraints.ll20 ; Any SSE register when SSE2 is enabled (GCC when inter-unit moves enabled)
/llvm-project-15.0.7/llvm/docs/
H A DStackSafetyAnalysis.rst33 The inter-procedural, or 'global', stage, resolves what happens to allocas after
H A DBranchWeightMetadata.rst198 To allow comparing different functions during inter-procedural analysis and
H A DSupportLibrary.rst243 inter-process communications. The implementations might use System V IPC if
H A DAliasAnalysis.rst678 intra- or inter-block level. Because of its laziness and caching policy, using
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddelegates.m86 // The analyzer doesn't perform any inter-procedural analysis, so delegates
H A DkeychainAPI.m367 // Test inter-procedural behaviour.
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dwrap-2.ll2 ;; This test verifies that --wrap works correctly for inter-module references to
/llvm-project-15.0.7/mlir/test/Conversion/PDLToPDLInterp/
H A Dpdl-to-pdl-interp-matcher.mlir647 %inter = operation (%val1 : !pdl.value) -> (%type : !pdl.type)
648 %val2 = result 0 of %inter
688 %inter = operation (%vals1 : !pdl.range<value>) -> (%types : !pdl.range<type>)
689 %vals2 = results of %inter
/llvm-project-15.0.7/lld/test/COFF/
H A Dwrap-lto-2.ll22 ;; This test verifies that -wrap works correctly for inter-module references to
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinOps.td108 inter-mixing of different type systems. This operation should not be
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dnormalize-memrefs.mlir151 // Following test cases check the inter-procedural memref normalization.
202 // Test case 4: Check successful memref normalization in case of inter/intra-recursive calls.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/Transforms/
H A DPasses.td37 pass is inter-procedural, in the sense that it can modify function
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td318 // and value may be altered by inter-library calls.
/llvm-project-15.0.7/llvm/docs/Frontend/
H A DPerformanceTips.rst43 make LLVM's inter-procedural optimizations much more effective.
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def510 "Controls the mode of inter-procedural analysis. Value: \"none\", "
/llvm-project-15.0.7/mlir/test/Dialect/Vector/
H A Dcanonicalize.mlir415 // Case 5. %b432 = insert [0,0,1] (inter([.,2,1], [.,0,1]) == 0) prop to %v432
428 // Case 4. %b432 = insert [0,0,1] (inter([.,2,1], [.,2,1]) != 0)
/llvm-project-15.0.7/mlir/docs/
H A DBufferDeallocationInternals.md20 `RegionBranchOpInterface` to model inter-region control flow.
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dvalue-simplify-local-remote.ll8 ; mixed local and remote (=intra and inter procedural) values.

12