Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/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()
H A DInstrProfilingPlatformWindows.c66 ValueProfNode *CurrentVNode = &VNodesStart + 1; variable
H A DInstrProfilingPlatformDarwin.c69 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
H A DInstrProfilingValue.c118 if (CurrentVNode + 1 > EndVNode) { in allocateOneNode()
128 Node = COMPILER_RT_PTR_FETCH_ADD(ValueProfNode, CurrentVNode, 1); in allocateOneNode()
H A DInstrProfilingPlatformOther.c98 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = 0; variable
H A DInstrProfilingInternal.h192 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;
H A DInstrProfilingPlatformLinux.c85 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START; variable