Home
last modified time | relevance | path

Searched refs:executions (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp268 const std::vector<IntelPTThreadContinousExecution> &executions) { in DecodeSystemWideTraceForThread() argument
285 for (size_t i = 0; i < executions.size(); i++) { in DecodeSystemWideTraceForThread()
286 const IntelPTThreadContinousExecution &execution = executions[i]; in DecodeSystemWideTraceForThread()
352 i + 1 != executions.size()) || in DecodeSystemWideTraceForThread()
389 std::vector<IntelPTThreadSubtrace> executions; in SplitTraceInContinuousExecutions() local
402 executions.push_back({ in SplitTraceInContinuousExecutions()
407 return executions; in SplitTraceInContinuousExecutions()
H A DTraceIntelPTMultiCpuDecoder.cpp158 Expected<std::vector<ThreadContinuousExecution>> executions = in DoCorrelateContextSwitchesAndIntelPtTraces() local
160 if (!executions) in DoCorrelateContextSwitchesAndIntelPtTraces()
161 return executions.takeError(); in DoCorrelateContextSwitchesAndIntelPtTraces()
162 for (const ThreadContinuousExecution &exec : *executions) in DoCorrelateContextSwitchesAndIntelPtTraces()
H A DTraceIntelPTBundleLoader.cpp262 Expected<std::vector<ThreadContinuousExecution>> executions = in AugmentThreadsFromContextSwitches() local
265 if (!executions) in AugmentThreadsFromContextSwitches()
266 return executions.takeError(); in AugmentThreadsFromContextSwitches()
267 for (const ThreadContinuousExecution &execution : *executions) in AugmentThreadsFromContextSwitches()
H A DPerfContextSwitchDecoder.cpp249 std::vector<ThreadContinuousExecution> executions; in DecodePerfContextSwitchTrace() local
275 executions.push_back(execution); in DecodePerfContextSwitchTrace()
286 executions.push_back(ThreadContinuousExecution::CreateOnlyStartExecution( in DecodePerfContextSwitchTrace()
297 return executions; in DecodePerfContextSwitchTrace()
H A DLibiptDecoder.h80 const std::vector<IntelPTThreadContinousExecution> &executions);
/llvm-project-15.0.7/bolt/test/X86/
H A Dtail-duplication-cache.s20 …licated 1 blocks (13 bytes) responsible for 50 dynamic executions ({{.*}}% of all block executions)
29 … duplicated 0 blocks (0 bytes) responsible for 0 dynamic executions (0.00% of all block executions)
H A Dtail-duplication-pass.s13 …ated 1 blocks (1 bytes) responsible for {{.*}} dynamic executions ({{.*}}% of all block executions)
H A Dtail-duplication-complex.s17 … 1 blocks ({{.*}} bytes) responsible for {{.*}} dynamic executions ({{.*}} of all block executions)
H A Dshrinkwrapping-pop-order.s37 # CHECK: BOLT-INFO: Shrink wrapping reduced 6 store executions (28.6% total instructions executed, …
38 # CHECK: BOLT-INFO: Shrink wrapping failed at reducing 0 store executions (0.0% total instructions …
/llvm-project-15.0.7/bolt/test/runtime/X86/
H A Dtail-duplication-constant-prop.s16 …1 blocks ({{.*}} bytes) responsible for {{.*}} dynamic executions ({{.*}}% of all block executions)
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/
H A Dmisexpect-branch.ll13 … llvm.expect intrinsic: Annotation was correct on 19.98% (399668 / 2000000) of profiled executions.
16 … llvm.expect intrinsic: Annotation was correct on 19.98% (399668 / 2000000) of profiled executions.
19 … llvm.expect intrinsic: Annotation was correct on 19.98% (399668 / 2000000) of profiled executions.
22 … llvm.expect intrinsic: Annotation was correct on 19.98% (399668 / 2000000) of profiled executions.
25 … llvm.expect intrinsic: Annotation was correct on 19.98% (399668 / 2000000) of profiled executions.
H A Dmisexpect-branch-stripped.ll11 … llvm.expect intrinsic: Annotation was correct on 19.98% (399668 / 2000000) of profiled executions.
14 … llvm.expect intrinsic: Annotation was correct on 19.98% (399668 / 2000000) of profiled executions.
17 … llvm.expect intrinsic: Annotation was correct on 19.98% (399668 / 2000000) of profiled executions.
20 … llvm.expect intrinsic: Annotation was correct on 19.98% (399668 / 2000000) of profiled executions.
H A Dmisexpect-switch-default.ll11 …e of the llvm.expect intrinsic: Annotation was correct on 0.00% (0 / 27943) of profiled executions.
14 …e of the llvm.expect intrinsic: Annotation was correct on 0.00% (0 / 27943) of profiled executions.
17 …e of the llvm.expect intrinsic: Annotation was correct on 0.00% (0 / 27943) of profiled executions.
20 …e of the llvm.expect intrinsic: Annotation was correct on 0.00% (0 / 27943) of profiled executions.
23 …e of the llvm.expect intrinsic: Annotation was correct on 0.00% (0 / 27943) of profiled executions.
H A Dmisexpect-switch.ll14 …se of the llvm.expect intrinsic: Annotation was correct on 0.00% (0 / 8112) of profiled executions.
17 …se of the llvm.expect intrinsic: Annotation was correct on 0.00% (0 / 8112) of profiled executions.
20 …se of the llvm.expect intrinsic: Annotation was correct on 0.00% (0 / 8112) of profiled executions.
23 …se of the llvm.expect intrinsic: Annotation was correct on 0.00% (0 / 8112) of profiled executions.
26 …se of the llvm.expect intrinsic: Annotation was correct on 0.00% (0 / 8112) of profiled executions.
H A Dmisexpect-branch-overflow.ll8 …xpect intrinsic: Annotation was correct on 50.00% (2147483648 / 4294967296) of profiled executions.
/llvm-project-15.0.7/mlir/docs/
H A DDebugActions.md185 initial executions of a debug action. The "count" value is used to prevent a
187 including any executions that have been skipped). If the "skip" value is
191 47 executions, then execute twice, and finally prevent any further executions.
215 The above configuration would skip the first 47 executions of
217 executions.
/llvm-project-15.0.7/clang/tools/clang-fuzzer/
H A DREADME.txt143 Note: To get a higher number of executions per second with llvm-proto-fuzzer it
/llvm-project-15.0.7/llvm/docs/
H A DLoopTerminology.rst230 * The number of executions of the loop header before leaving the loop is
241 number of header executions of the code below for a non-positive n
252 the trip count for executions that enter the header.
H A DWritingAnLLVMPass.rst439 overlap with any other pass executions (thus it should be very fast).
506 overlap with any other pass executions (thus it should be very fast).
575 pass executions (thus it should be very fast). ``LPPassManager`` interface
628 pass executions (thus it should be very fast). ``RPPassManager`` interface
H A DSpeculativeLoadHardening.md27 executions, making checks against malicious inputs ineffective and allowing
110 executions are prevented from leaking secret data from memory (but note that
H A DAMDGPUUsage.rst5174 may change between kernel dispatch executions. See
6480 may change between kernel dispatch executions. See
8869 may change between kernel dispatch executions. See
11266 may change between kernel dispatch executions. See
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DPasses.td46 executions paths where their results are not needed do not perform
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td320 "Annotation was correct on %0 of profiled executions.">,
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSchedule.td172 // Use BufferSize > 1 for out-of-order executions units with a
/llvm-project-15.0.7/lldb/source/Commands/
H A DOptions.td816 Desc<"Set the synchronicity of this command's executions with regard to "

12