Searched defs:ProfileData (Results 1 – 6 of 6) sorted by relevance
71 static void extractFromBranchWeightMD(const MDNode *ProfileData, in extractFromBranchWeightMD()98 bool isBranchWeightMD(const MDNode *ProfileData) { in isBranchWeightMD()102 bool isValueProfileMD(const MDNode *ProfileData) { in isValueProfileMD()107 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); in hasBranchWeightMD() local112 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); in hasCountTypeMD() local126 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); in hasBranchWeightOrigin() local130 bool hasBranchWeightOrigin(const MDNode *ProfileData) { in hasBranchWeightOrigin()141 unsigned getBranchWeightOffset(const MDNode *ProfileData) { in getBranchWeightOffset()145 unsigned getNumBranchWeights(const MDNode &ProfileData) { in getNumBranchWeights()150 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); in getBranchWeightMDNode() local[all …]
1258 MDNode *ProfileData = getBranchWeightMDNode(*this); in swapProfMetadata() local
4010 MDNode *ProfileData = getBranchWeightMDNode(SI); in init() local4094 if (MDNode *ProfileData = getBranchWeightMDNode(SI)) in getSuccessorWeight() local
51 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility()131 int __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer()
1002 if (MDNode *ProfileData = getValidBranchWeightMDNode(*Term)) { isLoopProfitableToPredicate() local
1269 template <class IntPtrT> struct alignas(8) ProfileData { struct