Searched refs:ValueProfNode (Results 1 – 11 of 11) sorted by relevance
34 COMPILER_RT_VISIBILITY ValueProfNode112 ValueProfNode **Mem = in allocateValueProfileCounters() 113 (ValueProfNode **)calloc(NumVSites, sizeof(ValueProfNode *)); in allocateValueProfileCounters() 123 static ValueProfNode *allocateOneNode(void) { in allocateOneNode() 124 ValueProfNode *Node; in allocateOneNode() 127 return (ValueProfNode *)calloc(1, sizeof(ValueProfNode)); in allocateOneNode() 140 Node = COMPILER_RT_PTR_FETCH_ADD(ValueProfNode, CurrentVNode, 1); in allocateOneNode() 162 ValueProfNode **ValueCounter in instrumentTargetValueImpl() [all...]
54 ValueProfNode COMPILER_RT_SECTION(".lprfnd$A") VNodesStart;55 ValueProfNode COMPILER_RT_SECTION(".lprfnd$Z") VNodesEnd;87 ValueProfNode *__llvm_profile_begin_vnodes(void) { return &VNodesStart + 1; } in __llvm_profile_begin_vnodes()88 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } in __llvm_profile_end_vnodes()90 ValueProfNode *CurrentVNode = &VNodesStart + 1;91 ValueProfNode *EndVNode = &VNodesEnd;
52 extern ValueProfNode55 extern ValueProfNode90 ValueProfNode *__llvm_profile_begin_vnodes(void) { in __llvm_profile_begin_vnodes()94 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } in __llvm_profile_end_vnodes()96 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart;97 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &VNodesEnd;
120 struct ValueProfNode;145 struct ValueProfNode *(*GetValueData)(uint32_t ValueKind, uint32_t Site,147 struct ValueProfNode *StartNode,198 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;199 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;
46 typedef struct ValueProfNode * PtrToNodeT;47 typedef struct ValueProfNode { struct50 } ValueProfNode; typedef123 ValueProfNode *__llvm_profile_begin_vnodes(void);124 ValueProfNode *__llvm_profile_end_vnodes(void);
57 extern ValueProfNode PROF_VNODES_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;58 extern ValueProfNode PROF_VNODES_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;104 COMPILER_RT_VISIBILITY ValueProfNode *108 COMPILER_RT_VISIBILITY ValueProfNode *__llvm_profile_end_vnodes(void) { in __llvm_profile_end_vnodes()111 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START;112 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &PROF_VNODES_STOP;
112 ValueProfNode *__llvm_profile_begin_vnodes(void) { in __llvm_profile_begin_vnodes()116 ValueProfNode *__llvm_profile_end_vnodes(void) { return 0; } in __llvm_profile_end_vnodes()118 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = 0;119 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = 0;
76 ValueProfNode **ValueCounters = (ValueProfNode **)DI->Values; in __llvm_profile_reset_counters() 82 ValueProfNode *CurrVNode = ValueCounters[i]; in __llvm_profile_reset_counters()
195 ValueProfNode *NextStartNode = 0; in writeOneValueProfData()
123 * typedef struct ValueProfNode {127 * struct ValueProfNode *Next;128 * } ValueProfNode;