Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingValue.c31 COMPILER_RT_VISIBILITY ValueProfNode
95 ValueProfNode **Mem = in allocateValueProfileCounters()
96 (ValueProfNode **)calloc(NumVSites, sizeof(ValueProfNode *)); in allocateValueProfileCounters()
106 static ValueProfNode *allocateOneNode(__llvm_profile_data *Data, uint32_t Index, in allocateOneNode()
108 ValueProfNode *Node; in allocateOneNode()
111 return (ValueProfNode *)calloc(1, sizeof(ValueProfNode)); in allocateOneNode()
124 Node = COMPILER_RT_PTR_FETCH_ADD(ValueProfNode, CurrentVNode, 1); in allocateOneNode()
145 ValueProfNode **ValueCounters = (ValueProfNode **)PData->Values; in __llvm_profile_instrument_target()
146 ValueProfNode *PrevVNode = NULL; in __llvm_profile_instrument_target()
147 ValueProfNode *MinCountVNode = NULL; in __llvm_profile_instrument_target()
[all …]
DInstrProfilingPlatformLinux.c33 extern ValueProfNode PROF_VNODES_START COMPILER_RT_VISIBILITY;
34 extern ValueProfNode PROF_VNODES_STOP COMPILER_RT_VISIBILITY;
42 ValueProfNode __prof_vnodes_sect_data[0] COMPILER_RT_SECTION(INSTR_PROF_VNODES_SECT_NAME_STR);
65 COMPILER_RT_VISIBILITY ValueProfNode *
69 COMPILER_RT_VISIBILITY ValueProfNode *__llvm_profile_end_vnodes(void) { in __llvm_profile_end_vnodes()
72 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START;
73 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &PROF_VNODES_STOP;
DInstrProfilingPlatformDarwin.c33 extern ValueProfNode
36 extern ValueProfNode
55 ValueProfNode *__llvm_profile_begin_vnodes(void) { in __llvm_profile_begin_vnodes()
59 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } in __llvm_profile_end_vnodes()
61 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart;
62 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &VNodesEnd;
DInstrProfiling.h35 typedef struct ValueProfNode * PtrToNodeT;
36 typedef struct ValueProfNode { struct
39 } ValueProfNode; typedef
66 ValueProfNode *__llvm_profile_begin_vnodes();
67 ValueProfNode *__llvm_profile_end_vnodes();
DInstrProfilingInternal.h105 struct ValueProfNode;
130 struct ValueProfNode *(*GetValueData)(uint32_t ValueKind, uint32_t Site,
132 struct ValueProfNode *StartNode,
172 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;
173 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;
DInstrProfilingPlatformOther.c85 ValueProfNode *__llvm_profile_begin_vnodes(void) { in __llvm_profile_begin_vnodes()
89 ValueProfNode *__llvm_profile_end_vnodes(void) { return 0; } in __llvm_profile_end_vnodes()
91 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = 0;
92 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = 0;
DInstrProfiling.c55 ValueProfNode **ValueCounters = (ValueProfNode **)DI->Values; in __llvm_profile_reset_counters()
61 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters()
DInstrProfilingWriter.c182 ValueProfNode *NextStartNode = 0; in writeOneValueProfData()
DInstrProfData.inc102 * typedef struct ValueProfNode {
106 * struct ValueProfNode *Next;
107 * } ValueProfNode;
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc102 * typedef struct ValueProfNode {
106 * struct ValueProfNode *Next;
107 * } ValueProfNode;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc102 * typedef struct ValueProfNode {
106 * struct ValueProfNode *Next;
107 * } ValueProfNode;