| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_fdr_controller.h | 71 if (finalized()) in setupNewBuffer() 104 if (finalized()) in setupNewBuffer() 110 if (finalized()) in prepareBuffer() 137 if (finalized()) { in returnBuffer() 246 if (finalized() || in functionEnter() 270 if (finalized()) in functionTailExit() 295 if (finalized() || in functionEnterArg() 312 if (finalized() || in functionExit() 335 if (finalized() || in customEvent() 349 if (finalized() || in typedEvent() [all …]
|
| H A D | xray_fdr_flags.inc | 23 "notice that the log has been finalized and clean up.")
|
| H A D | xray_profiling_flags.inc | 25 "notice that the profiler has been finalized and clean up.")
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | java_finalizer2.cpp | 13 uint64_t finalized; member 24 __atomic_store_n(&heap->finalized, 1, __ATOMIC_RELAXED); in Thread1() 41 while (__atomic_load_n(&heap->finalized, __ATOMIC_RELAXED) != 1) in Thread3()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | LegacyPassManagerTest.cpp | 116 static bool finalized; member 120 EXPECT_FALSE(finalized); in run() 130 EXPECT_TRUE(finalized); in finishedOK() 135 finalized = false; in PassTestBase() 148 template<typename P> bool PassTestBase<P>::finalized; member in llvm::__anon87f73c8d0111::PassTestBase<P> 163 EXPECT_FALSE(PassTestBase<P>::finalized); in doFinalization() 164 PassTestBase<P>::finalized = true; in doFinalization() 201 static void finishedOK(int run, int finalized) { in finishedOK() 204 EXPECT_EQ(finalized, fincount); in finishedOK() 219 finalized = true; in doFinalization()
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | loop-inversion-pass.s | 10 # RUN: --print-finalized --loop-inversion-opt -o %t.out \ 13 # RUN: --print-finalized --loop-inversion-opt -o %t.out2 \ 16 # RUN: --print-finalized --loop-inversion-opt -o %t.out3 \
|
| H A D | tail-duplication-cache.s | 9 # RUN: --print-finalized --tail-duplication=cache -o %t.out | FileCheck %s 11 # RUN: --print-finalized --tail-duplication=cache -o %t.out2 \
|
| H A D | issue20.test | 6 # RUN: llvm-bolt %t.exe --relocs=0 --jump-tables=move --print-finalized \
|
| H A D | exceptions-args.test | 6 RUN: llvm-bolt %t -o /dev/null --print-finalized --print-only=main | FileCheck %s
|
| H A D | remove-unused.test | 10 RUN: --print-finalized --sequential-disassembly 2>&1 | FileCheck %s
|
| H A D | split-random.s | 6 # RUN: --print-finalized --print-only=two_block --bolt-seed=7 2>&1 | \
|
| H A D | tail-duplication-pass.s | 8 # RUN: --print-finalized --tail-duplication=moderate \
|
| H A D | issue20.s | 10 # RUN: llvm-bolt %t.exe --relocs=0 --jump-tables=move --print-finalized \
|
| H A D | tail-duplication-complex.s | 8 # RUN: llvm-bolt %t.exe --data %t.fdata --print-finalized \
|
| H A D | block-reordering.test | 6 RUN: --reorder-blocks=normal --print-finalized 2>&1 | FileCheck %s \
|
| H A D | srol-bug.test | 2 # RUN: llvm-bolt %t.exe --simplify-rodata-loads --print-finalized --relocs=0 \
|
| H A D | unreachable.test | 9 RUN: -funcs=foo -use-gnu-stack -print-cfg -print-finalized \
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | fdata-escape-chars.ll | 64 ; RUN: llvm-bolt %t.exe -o %t.fdata.exe --data %t.fdata --print-finalized | \ 70 ; RUN: llvm-bolt %t.exe -o %t.pre.fdata.exe --data %t.pre.fdata --print-finalized | \
|
| H A D | three-way-branch-pass.s | 7 # RUN: llvm-bolt %t.exe --data %t.fdata --print-finalized \
|
| H A D | tail-duplication-constant-prop.s | 8 # RUN: --print-finalized \
|
| H A D | fix-branches-jrcxz.s | 10 # RUN: llvm-bolt %t.exe --relocs=1 --reorder-blocks=ext-tsp --print-finalized \
|
| H A D | instrumentation-ind-calls.s | 24 # RUN: --print-only=main --print-finalized | FileCheck %s
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | arm64-thunk-starvation.s | 25 ## We leave just enough room so that the old thunking algorithm finalized
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | swp-change-dep1.ll | 6 ; the register/offsets correctly after the schedule is finalized.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | lxv-aligned-stack-slots.ll | 17 ; aligned. When the frame is finalized it is converted to lxv (frame-reg) +
|