Home
last modified time | relevance | path

Searched refs:CurrentVNode (Results 1 – 25 of 85) sorted by relevance

1234

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingValue.c97 ValueProfNode *CurrentVNode = ValueCounters[CounterIndex]; in __llvm_profile_instrument_target() local
100 while (CurrentVNode) { in __llvm_profile_instrument_target()
101 if (TargetValue == CurrentVNode->VData.Value) { in __llvm_profile_instrument_target()
102 CurrentVNode->VData.Count++; in __llvm_profile_instrument_target()
105 PrevVNode = CurrentVNode; in __llvm_profile_instrument_target()
106 CurrentVNode = CurrentVNode->Next; in __llvm_profile_instrument_target()
113 CurrentVNode = (ValueProfNode *)calloc(1, sizeof(ValueProfNode)); in __llvm_profile_instrument_target()
114 if (!CurrentVNode) in __llvm_profile_instrument_target()
117 CurrentVNode->VData.Value = TargetValue; in __llvm_profile_instrument_target()
118 CurrentVNode->VData.Count++; in __llvm_profile_instrument_target()
[all …]
H A DInstrProfiling.c61 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
63 while (CurrentVNode) { in __llvm_profile_reset_counters()
64 CurrentVNode->VData.Count = 0; in __llvm_profile_reset_counters()
65 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DInstrProfiling.c65 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
67 while (CurrentVNode) { in __llvm_profile_reset_counters()
68 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()
69 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformDarwin.c69 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
H A DInstrProfilingPlatformWindows.c66 ValueProfNode *CurrentVNode = &VNodesStart + 1; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/profile/
H A DInstrProfiling.c65 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
67 while (CurrentVNode) { in __llvm_profile_reset_counters()
68 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()
69 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformDarwin.c68 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/profile/
H A DInstrProfiling.c65 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
67 while (CurrentVNode) { in __llvm_profile_reset_counters()
68 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()
69 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DInstrProfiling.c65 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
67 while (CurrentVNode) { in __llvm_profile_reset_counters()
68 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()
69 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/profile/
H A DInstrProfiling.c65 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
67 while (CurrentVNode) { in __llvm_profile_reset_counters()
68 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()
69 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformDarwin.c68 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/profile/
H A DInstrProfiling.c65 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
67 while (CurrentVNode) { in __llvm_profile_reset_counters()
68 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()
69 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformDarwin.c68 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
H A DInstrProfilingPlatformWindows.c65 ValueProfNode *CurrentVNode = &VNodesStart + 1; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.c65 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
67 while (CurrentVNode) { in __llvm_profile_reset_counters()
68 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()
69 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DInstrProfiling.c65 ValueProfNode *CurrentVNode = ValueCounters[i];
67 while (CurrentVNode) {
68 CurrentVNode->Count = 0;
69 CurrentVNode = CurrentVNode->Next;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.c75 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
77 while (CurrentVNode) { in __llvm_profile_reset_counters()
78 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()
79 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformDarwin.c65 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
H A DInstrProfilingPlatformWindows.c65 ValueProfNode *CurrentVNode = &VNodesStart + 1; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/profile/
H A DInstrProfiling.c65 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
67 while (CurrentVNode) { in __llvm_profile_reset_counters()
68 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()
69 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformDarwin.c65 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/profile/
H A DInstrProfiling.c65 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
67 while (CurrentVNode) { in __llvm_profile_reset_counters()
68 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()
69 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformDarwin.c65 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/profile/
H A DInstrProfiling.c72 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
74 while (CurrentVNode) { in __llvm_profile_reset_counters()
75 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()
76 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformDarwin.c61 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable

1234