| /llvm-project-15.0.7/lldb/docs/ |
| H A D | conf.py | 301 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 D | uninit-bug-first-iteration-init.c | 11 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 D | merge_two_step.test | 26 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 D | inlined_variables_with_zero_cov.test | 38 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 D | globalaa-retained.ll | 21 ; 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 D | CSE.cpp | 84 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 D | aarch64-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | arm-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | lanai-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | mips-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | amdgpu-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | avr-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | hexagon-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | sparc-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | systemz-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | riscv-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | ppc-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | wasm-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | msp430-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | loongarch-function-name.test | 2 ## Check that functions names with '$' are processed correctly
|
| H A D | x86-basic.test | 2 ## Check that functions names with '$' are processed correctly
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | inline_call.ll | 29 ; 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 D | 2006-09-28-CrashOnInvalid.ll | 2 ; This tests that a simple error is caught and processed correctly.
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | import-once.m | 4 // Test #import-ed headers are processed only once, even without header guards.
|
| /llvm-project-15.0.7/bolt/test/AArch64/ |
| H A D | skip-got-rel.test | 2 // processed normally with BOLT and the ADR instruction address is recognized
|