Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfiling.c61 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local
63 while (CurrentVNode) { in __llvm_profile_reset_counters()
64 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()
65 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
DInstrProfilingPlatformDarwin.c61 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
DInstrProfilingValue.c114 if (CurrentVNode + 1 > EndVNode) { in allocateOneNode()
124 Node = COMPILER_RT_PTR_FETCH_ADD(ValueProfNode, CurrentVNode, 1); in allocateOneNode()
DInstrProfilingPlatformLinux.c72 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START; variable
DInstrProfilingPlatformOther.c91 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = 0; variable
DInstrProfilingInternal.h172 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;