Home
last modified time | relevance | path

Searched defs:ProfileData (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp76 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...]
H A DInstruction.cpp1166 MDNode *ProfileData = getBranchWeightMDNode(*this); swapProfMetadata() local
H A DInstructions.cpp757 auto *ProfileData = getMetadata(LLVMContext::MD_prof); updateProfWeight() local
4582 MDNode *ProfileData = getBranchWeightMDNode(SI); init() local
4666 if (MDNode *ProfileData = getBranchWeightMDNode(SI)) getSuccessorWeight() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c51 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
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp920 if (MDNode *ProfileData = getValidBranchWeightMDNode(*Term)) { in isLoopProfitableToPredicate() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1184 template <class IntPtrT> struct alignas(8) ProfileData { global() struct