Home
last modified time | relevance | path

Searched defs:Mass (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h83 uint64_t Mass = 0; variable
87 explicit BlockMass(uint64_t Mass) : Mass(Mass) {} in BlockMass()
225 BlockMass Mass; member
272 BlockMass Mass; ///< Mass distribution from the entry block. member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp106 const BlockMass &Mass) { in DitheringDistributer()
115 BlockMass Mass = RemMass * BranchProbability(Weight, RemWeight); in takeMass() local
383 for (auto &Mass : Loop.BackedgeMass) in computeLoopScale() local
428 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass() local
796 for (auto &Mass : OuterLoop.BackedgeMass) in updateLoopWithIrreducible() local