Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp49 bool isTargetMD(const MDNode *ProfData, const char *Name, unsigned MinOps) { in isTargetMD() function
104 return isTargetMD(ProfileData, MDProfLabels::BranchWeights, MinBWOps); in isBranchWeightMD()
108 return isTargetMD(ProfileData, MDProfLabels::ValueProfile, MinVPOps); in isValueProfileMD()