Home
last modified time | relevance | path

Searched refs:finalized (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h71 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 Dxray_fdr_flags.inc23 "notice that the log has been finalized and clean up.")
H A Dxray_profiling_flags.inc25 "notice that the profiler has been finalized and clean up.")
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Djava_finalizer2.cpp13 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 DLegacyPassManagerTest.cpp116 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 Dloop-inversion-pass.s10 # 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 Dtail-duplication-cache.s9 # RUN: --print-finalized --tail-duplication=cache -o %t.out | FileCheck %s
11 # RUN: --print-finalized --tail-duplication=cache -o %t.out2 \
H A Dissue20.test6 # RUN: llvm-bolt %t.exe --relocs=0 --jump-tables=move --print-finalized \
H A Dexceptions-args.test6 RUN: llvm-bolt %t -o /dev/null --print-finalized --print-only=main | FileCheck %s
H A Dremove-unused.test10 RUN: --print-finalized --sequential-disassembly 2>&1 | FileCheck %s
H A Dsplit-random.s6 # RUN: --print-finalized --print-only=two_block --bolt-seed=7 2>&1 | \
H A Dtail-duplication-pass.s8 # RUN: --print-finalized --tail-duplication=moderate \
H A Dissue20.s10 # RUN: llvm-bolt %t.exe --relocs=0 --jump-tables=move --print-finalized \
H A Dtail-duplication-complex.s8 # RUN: llvm-bolt %t.exe --data %t.fdata --print-finalized \
H A Dblock-reordering.test6 RUN: --reorder-blocks=normal --print-finalized 2>&1 | FileCheck %s \
H A Dsrol-bug.test2 # RUN: llvm-bolt %t.exe --simplify-rodata-loads --print-finalized --relocs=0 \
H A Dunreachable.test9 RUN: -funcs=foo -use-gnu-stack -print-cfg -print-finalized \
/llvm-project-15.0.7/bolt/test/runtime/X86/
H A Dfdata-escape-chars.ll64 ; 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 Dthree-way-branch-pass.s7 # RUN: llvm-bolt %t.exe --data %t.fdata --print-finalized \
H A Dtail-duplication-constant-prop.s8 # RUN: --print-finalized \
H A Dfix-branches-jrcxz.s10 # RUN: llvm-bolt %t.exe --relocs=1 --reorder-blocks=ext-tsp --print-finalized \
H A Dinstrumentation-ind-calls.s24 # RUN: --print-only=main --print-finalized | FileCheck %s
/llvm-project-15.0.7/lld/test/MachO/
H A Darm64-thunk-starvation.s25 ## We leave just enough room so that the old thunking algorithm finalized
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dswp-change-dep1.ll6 ; the register/offsets correctly after the schedule is finalized.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dlxv-aligned-stack-slots.ll17 ; aligned. When the frame is finalized it is converted to lxv (frame-reg) +

12