Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Weight

41     uint32_t Weight = getEdgeWeight(MBB, I);
42 Sum += Weight;
56 uint32_t Weight = getEdgeWeight(MBB, I);
57 Sum += Weight / Scale;
66 uint32_t Weight = Src->getSuccWeight(Dst);
67 if (!Weight)
69 return Weight;
93 uint32_t Weight = getEdgeWeight(MBB, I);
94 if (Weight > MaxWeight) {
95 MaxWeight = Weight;