Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 25 of 155) sorted by relevance

1234567

/llvm-project-15.0.7/lldb/docs/
H A Dconf.py301 processed = source[0]
307 processed = processed.replace(":show-inheritance:", "")
310 processed = re.sub(r'~SB[a-zA-Z]+\.thisown', "", processed)
311 processed = processed.replace(" .. autoattribute:: thisown", "")
316 processed = empty_attr_summary.sub('.. rubric::', processed)
317 processed = empty_attr_documentation.sub('.. rubric::', processed)
321 source[0] = processed
/llvm-project-15.0.7/clang/test/Analysis/
H A Duninit-bug-first-iteration-init.c11 int i, cnt, processed, size; in bar() local
15 processed = start; in bar()
22 processed++; in bar()
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dmerge_two_step.test26 CHECK2: MERGE-OUTER: control file ok, 3 files total, first not processed file 3
28 CHECK2: MERGE-OUTER: 7 files, 0 in the initial corpus, 3 processed earlier
30 CHECK2: MERGE-INNER: 4 total files; 0 processed earlier; will process 4 files now
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Dinlined_variables_with_zero_cov.test38 CHECK: "#variables processed by location statistics": 2
40 CHECK: "#local vars processed by location statistics": 2
/llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll21 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
31 ; will be processed by the whole set of FunctionPasses before @f. That
62 ; Same as @bar above, in case the functions are processed in reverse order.
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DCSE.cpp84 bool processed = false; member
307 if (!currentNode->processed) { in simplifyRegion()
308 currentNode->processed = true; in simplifyRegion()
/llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/
H A Daarch64-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Darm-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Dlanai-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Dmips-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Damdgpu-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Davr-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Dhexagon-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Dsparc-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Dsystemz-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Driscv-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Dppc-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Dwasm-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Dmsp430-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Dloongarch-function-name.test2 ## Check that functions names with '$' are processed correctly
H A Dx86-basic.test2 ## Check that functions names with '$' are processed correctly
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinline_call.ll29 ; This allows the current function to be processed before the actual
30 ; callee, i.e., the function 'run', is processed. Once it's simplified to
/llvm-project-15.0.7/llvm/test/Assembler/
H A D2006-09-28-CrashOnInvalid.ll2 ; This tests that a simple error is caught and processed correctly.
/llvm-project-15.0.7/clang/test/Modules/
H A Dimport-once.m4 // Test #import-ed headers are processed only once, even without header guards.
/llvm-project-15.0.7/bolt/test/AArch64/
H A Dskip-got-rel.test2 // processed normally with BOLT and the ADR instruction address is recognized

1234567