Searched refs:CurrentVNode (Results 1 – 7 of 7) sorted by relevance
65 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local67 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()
66 ValueProfNode *CurrentVNode = &VNodesStart + 1; variable
69 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
118 if (CurrentVNode + 1 > EndVNode) { in allocateOneNode()128 Node = COMPILER_RT_PTR_FETCH_ADD(ValueProfNode, CurrentVNode, 1); in allocateOneNode()
98 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = 0; variable
192 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;
85 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START; variable