Lines Matching full:factor
36 Probe.Factor =
62 Probe.Factor = II->getFactor()->getZExtValue() /
76 void setProbeDistributionFactor(Instruction &Inst, float Factor) {
77 assert(Factor >= 0 && Factor <= 1 &&
78 "Distribution factor must be in [0, 1.0]");
82 if (Factor < 1)
83 IntFactor *= Factor;
104 if (Factor < 1)
105 IntFactor *= Factor;