Searched refs:ValueProfNode (Results 1 – 11 of 11) sorted by relevance
31 COMPILER_RT_VISIBILITY ValueProfNode95 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 …]
33 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;
33 extern ValueProfNode36 extern ValueProfNode55 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;
35 typedef struct ValueProfNode * PtrToNodeT;36 typedef struct ValueProfNode { struct39 } ValueProfNode; typedef66 ValueProfNode *__llvm_profile_begin_vnodes();67 ValueProfNode *__llvm_profile_end_vnodes();
105 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;
85 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;
55 ValueProfNode **ValueCounters = (ValueProfNode **)DI->Values; in __llvm_profile_reset_counters()61 ValueProfNode *CurrentVNode = ValueCounters[i]; in __llvm_profile_reset_counters()
182 ValueProfNode *NextStartNode = 0; in writeOneValueProfData()
102 * typedef struct ValueProfNode {106 * struct ValueProfNode *Next;107 * } ValueProfNode;