Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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
H A DInstrProfilingValue.c115 if (CurrentVNode + 1 > EndVNode) { in allocateOneNode()
125 Node = COMPILER_RT_PTR_FETCH_ADD(ValueProfNode, CurrentVNode, 1); in allocateOneNode()
H A DInstrProfilingPlatformLinux.c74 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START; variable
H A DInstrProfilingPlatformOther.c92 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = 0; variable
H A DInstrProfilingInternal.h186 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;