Home
last modified time | relevance | path

Searched refs:ValueProfNode (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c34 COMPILER_RT_VISIBILITY ValueProfNode
112 ValueProfNode **Mem = in allocateValueProfileCounters()
113 (ValueProfNode **)calloc(NumVSites, sizeof(ValueProfNode *)); in allocateValueProfileCounters()
124 ValueProfNode *Node; in allocateOneNode()
127 return (ValueProfNode *)calloc(1, sizeof(ValueProfNode)); in allocateOneNode()
162 ValueProfNode **ValueCounters = (ValueProfNode **)PData->Values; in instrumentTargetValueImpl()
163 ValueProfNode *PrevVNode = NULL; in instrumentTargetValueImpl()
164 ValueProfNode *MinCountVNode = NULL; in instrumentTargetValueImpl()
274 ValueProfNode **NodesKind[IPVK_Last + 1];
313 ValueProfNode **Nodes = (ValueProfNode **)Data->Values; in initializeValueProfRuntimeRecord()
[all …]
H A DInstrProfilingPlatformDarwin.c43 extern ValueProfNode
46 extern ValueProfNode
71 ValueProfNode *__llvm_profile_begin_vnodes(void) { in __llvm_profile_begin_vnodes()
75 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } in __llvm_profile_end_vnodes()
77 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart;
78 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &VNodesEnd;
H A DInstrProfilingPlatformWindows.c54 ValueProfNode COMPILER_RT_SECTION(".lprfnd$A") VNodesStart;
55 ValueProfNode COMPILER_RT_SECTION(".lprfnd$Z") VNodesEnd;
71 ValueProfNode *__llvm_profile_begin_vnodes(void) { return &VNodesStart + 1; } in __llvm_profile_begin_vnodes()
72 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } in __llvm_profile_end_vnodes()
74 ValueProfNode *CurrentVNode = &VNodesStart + 1;
75 ValueProfNode *EndVNode = &VNodesEnd;
H A DInstrProfiling.h46 typedef struct ValueProfNode * PtrToNodeT;
47 typedef struct ValueProfNode { struct
50 } ValueProfNode; typedef
110 ValueProfNode *__llvm_profile_begin_vnodes();
111 ValueProfNode *__llvm_profile_end_vnodes();
H A DInstrProfilingPlatformLinux.c49 extern ValueProfNode PROF_VNODES_START COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
50 extern ValueProfNode PROF_VNODES_STOP COMPILER_RT_VISIBILITY COMPILER_RT_WEAK;
82 COMPILER_RT_VISIBILITY ValueProfNode *
86 COMPILER_RT_VISIBILITY ValueProfNode *__llvm_profile_end_vnodes(void) { in __llvm_profile_end_vnodes()
89 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START;
90 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &PROF_VNODES_STOP;
H A DInstrProfilingInternal.h118 struct ValueProfNode;
143 struct ValueProfNode *(*GetValueData)(uint32_t ValueKind, uint32_t Site,
145 struct ValueProfNode *StartNode,
193 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;
194 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;
H A DInstrProfilingPlatformOther.c100 ValueProfNode *__llvm_profile_begin_vnodes(void) { in __llvm_profile_begin_vnodes()
104 ValueProfNode *__llvm_profile_end_vnodes(void) { return 0; } in __llvm_profile_end_vnodes()
106 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = 0;
107 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = 0;
H A DInstrProfiling.c76 ValueProfNode **ValueCounters = (ValueProfNode **)DI->Values; in __llvm_profile_reset_counters()
82 ValueProfNode *CurrVNode = ValueCounters[i]; in __llvm_profile_reset_counters()
H A DInstrProfilingWriter.c195 ValueProfNode *NextStartNode = 0; in writeOneValueProfData()
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc102 * typedef struct ValueProfNode {
106 * struct ValueProfNode *Next;
107 * } ValueProfNode;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc102 * typedef struct ValueProfNode {
106 * struct ValueProfNode *Next;
107 * } ValueProfNode;