Lines Matching defs:I
94 bool hasProfMD(const Instruction &I) { in hasProfMD()
106 bool hasBranchWeightMD(const Instruction &I) { in hasBranchWeightMD()
111 bool hasCountTypeMD(const Instruction &I) { in hasCountTypeMD()
121 bool hasValidBranchWeightMD(const Instruction &I) { in hasValidBranchWeightMD()
125 bool hasBranchWeightOrigin(const Instruction &I) { in hasBranchWeightOrigin()
149 MDNode *getBranchWeightMDNode(const Instruction &I) { in getBranchWeightMDNode()
156 MDNode *getValidBranchWeightMDNode(const Instruction &I) { in getValidBranchWeightMDNode()
181 bool extractBranchWeights(const Instruction &I, in extractBranchWeights()
187 bool extractBranchWeights(const Instruction &I, uint64_t &TrueVal, in extractBranchWeights()
235 bool extractProfTotalWeight(const Instruction &I, uint64_t &TotalVal) { in extractProfTotalWeight()
239 void setBranchWeights(Instruction &I, ArrayRef<uint32_t> Weights, in setBranchWeights()
246 void scaleProfData(Instruction &I, uint64_t S, uint64_t T) { in scaleProfData()