Searched refs:WeightsNode (Results 1 – 2 of 2) sorted by relevance
305 MDNode *WeightsNode = getBranchWeightMDNode(*TI);306 if (!WeightsNode)310 if (OpNo >= WeightsNode->getNumOperands())313 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
386 MDNode *WeightsNode = getValidBranchWeightMDNode(*TI); in calcMetadataWeights() local387 if (!WeightsNode) in calcMetadataWeights()401 extractBranchWeights(WeightsNode, Weights); in calcMetadataWeights()