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