Searched defs:ProfileData (Results 1 – 6 of 6) sorted by relevance
68 static void extractFromBranchWeightMD(const MDNode *ProfileData, in extractFromBranchWeightMD()103 bool isBranchWeightMD(const MDNode *ProfileData) { in isBranchWeightMD()107 bool isValueProfileMD(const MDNode *ProfileData) { in isValueProfileMD()112 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); in hasBranchWeightMD() local117 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); in hasCountTypeMD() local131 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); in hasBranchWeightOrigin() local135 bool hasBranchWeightOrigin(const MDNode *ProfileData) { in hasBranchWeightOrigin()147 unsigned getBranchWeightOffset(const MDNode *ProfileData) { in getBranchWeightOffset()151 unsigned getNumBranchWeights(const MDNode &ProfileData) { in getNumBranchWeights()156 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); in getBranchWeightMDNode() local[all …]
1333 MDNode *ProfileData = getBranchWeightMDNode(*this); in swapProfMetadata() local
4140 MDNode *ProfileData = getBranchWeightMDNode(SI); in init() local4224 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()
919 if (MDNode *ProfileData = getValidBranchWeightMDNode(*Term)) { in isLoopProfitableToPredicate() local
1332 template <class IntPtrT> struct alignas(8) ProfileData { struct