Searched refs:CurrentVNode (Results 1 – 7 of 7) sorted by relevance
67 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters() local69 while (CurrentVNode) { in __llvm_profile_reset_counters()70 CurrentVNode->Count = 0; in __llvm_profile_reset_counters()71 CurrentVNode = CurrentVNode->Next; in __llvm_profile_reset_counters()
68 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart; variable
66 ValueProfNode *CurrentVNode = &VNodesStart + 1; variable
118 if (CurrentVNode + 1 > EndVNode) { in allocateOneNode()128 Node = COMPILER_RT_PTR_FETCH_ADD(ValueProfNode, CurrentVNode, 1); in allocateOneNode()
102 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = 0; variable
191 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;
88 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START; variable