Lines Matching refs:BlockMass
64 ScaledNumber<uint64_t> BlockMass::toScaled() const { in toScaled()
71 LLVM_DUMP_METHOD void BlockMass::dump() const { print(dbgs()); } in dump()
81 raw_ostream &BlockMass::print(raw_ostream &OS) const { in print()
117 BlockMass RemMass;
119 DitheringDistributer(Distribution &Dist, const BlockMass &Mass);
121 BlockMass takeMass(uint32_t Weight);
127 const BlockMass &Mass) { in DitheringDistributer()
133 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass()
136 BlockMass Mass = RemMass * BranchProbability(Weight, RemWeight); in takeMass()
403 BlockMass TotalBackedgeMass; in computeLoopScale()
406 BlockMass ExitMass = BlockMass::getFull() - TotalBackedgeMass; in computeLoopScale()
415 << BlockMass::getFull() << " - " << TotalBackedgeMass in computeLoopScale()
436 const BlockMass &M, const char *Desc) { in debugAssign()
449 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
457 BlockMass Taken = D.takeMass(W.Amount); in distributeMass()
827 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
844 BlockMass LoopMass = BlockMass::getFull(); in adjustLoopHeaderMass()
865 BlockMass Taken = D.takeMass(W.Amount); in adjustLoopHeaderMass()
873 BlockMass LoopMass = BlockMass::getFull(); in distributeIrrLoopHeaderMass()
876 BlockMass Taken = D.takeMass(W.Amount); in distributeIrrLoopHeaderMass()