Lines Matching refs:BlockMass
65 ScaledNumber<uint64_t> BlockMass::toScaled() const { in toScaled()
72 LLVM_DUMP_METHOD void BlockMass::dump() const { print(dbgs()); } in dump()
82 raw_ostream &BlockMass::print(raw_ostream &OS) const { in print()
118 BlockMass RemMass;
120 DitheringDistributer(Distribution &Dist, const BlockMass &Mass);
122 BlockMass takeMass(uint32_t Weight);
128 const BlockMass &Mass) { in DitheringDistributer()
134 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass()
137 BlockMass Mass = RemMass * BranchProbability(Weight, RemWeight); in takeMass()
404 BlockMass TotalBackedgeMass; in computeLoopScale()
407 BlockMass ExitMass = BlockMass::getFull() - TotalBackedgeMass; in computeLoopScale()
416 << BlockMass::getFull() << " - " << TotalBackedgeMass in computeLoopScale()
437 const BlockMass &M, const char *Desc) { in debugAssign()
450 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
458 BlockMass Taken = D.takeMass(W.Amount); in distributeMass()
819 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
836 BlockMass LoopMass = BlockMass::getFull(); in adjustLoopHeaderMass()
857 BlockMass Taken = D.takeMass(W.Amount); in adjustLoopHeaderMass()
865 BlockMass LoopMass = BlockMass::getFull(); in distributeIrrLoopHeaderMass()
868 BlockMass Taken = D.takeMass(W.Amount); in distributeIrrLoopHeaderMass()