Searched refs:CurrentVNode (Results 1 – 6 of 6) sorted by relevance
61 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local63 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()
61 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
114 if (CurrentVNode + 1 > EndVNode) { in allocateOneNode()124 Node = COMPILER_RT_PTR_FETCH_ADD(ValueProfNode, CurrentVNode, 1); in allocateOneNode()
72 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START; variable
91 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = 0; variable
172 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;