Searched defs:ProfileData (Results 1 – 6 of 6) sorted by relevance
76 unsigned WeightsIdx = getBranchWeightOffset(ProfileData); in isBranchWeightMD() argument 103 return isTargetMD(ProfileData, "VP", MinVPOps); in extractFromBranchWeightMD() argument 81 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); hasBranchWeightMD() local 90 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); getBranchWeightMDNode() local 97 auto *ProfileData = getBranchWeightMDNode(I); getValidBranchWeightMDNode() local 121 extractBranchWeights(const MDNode * ProfileData,SmallVectorImpl<uint32_t> & Weights) extractBranchWeights() argument 131 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); extractBranchWeights() local 143 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); extractBranchWeights() local 155 extractProfTotalWeight(const MDNode * ProfileData,uint64_t & TotalVal) extractProfTotalWeight() argument [all...]
1166 MDNode *ProfileData = getBranchWeightMDNode(*this); swapProfMetadata() local
757 auto *ProfileData = getMetadata(LLVMContext::MD_prof); updateProfWeight() local 4582 MDNode *ProfileData = getBranchWeightMDNode(SI); init() local 4666 if (MDNode *ProfileData = getBranchWeightMDNode(SI)) getSuccessorWeight() local
51 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() argument 111 __llvm_profile_merge_from_buffer(const char * ProfileData,uint64_t ProfileSize) __llvm_profile_merge_from_buffer() argument
920 if (MDNode *ProfileData = getValidBranchWeightMDNode(*Term)) { in isLoopProfitableToPredicate() local
1184 template <class IntPtrT> struct alignas(8) ProfileData { global() struct