Searched refs:getNumBranchWeights (Results 1 – 4 of 4) sorted by relevance
81 LLVM_ABI unsigned getNumBranchWeights(const MDNode &ProfileData);
151 unsigned getNumBranchWeights(const MDNode &ProfileData) { in getNumBranchWeights() function164 if (ProfileData && getNumBranchWeights(*ProfileData) == I.getNumSuccessors()) in getValidBranchWeightMDNode()
4144 if (getNumBranchWeights(*ProfileData) != SI.getNumSuccessors()) { in init()
5032 unsigned NumBranchWeights = getNumBranchWeights(*MD); in visitProfMetadata()