Home
last modified time | relevance | path

Searched refs:isBranchWeightMD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp70 assert(isBranchWeightMD(ProfileData) && "wrong metadata"); in extractFromBranchWeightMD()
103 bool isBranchWeightMD(const MDNode *ProfileData) { in isBranchWeightMD() function
113 return isBranchWeightMD(ProfileData); in hasBranchWeightMD()
123 return isa<CallBase>(I) && !isBranchWeightMD(ProfileData); in hasCountTypeMD()
136 if (!isBranchWeightMD(ProfileData)) in hasBranchWeightOrigin()
157 if (!isBranchWeightMD(ProfileData)) in getBranchWeightMDNode()
181 if (!isBranchWeightMD(ProfileData)) in extractBranchWeights()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfDataUtils.h37 LLVM_ABI bool isBranchWeightMD(const MDNode *ProfileData);