HomeSort by relevance Sort by last modified time
    Searched refs:LoopMass (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 810 BlockMass LoopMass = BlockMass::getFull();
826 DitheringDistributer D(Dist, LoopMass);
828 LLVM_DEBUG(dbgs() << " Distribute loop mass " << LoopMass
839 BlockMass LoopMass = BlockMass::getFull();
840 DitheringDistributer D(Dist, LoopMass);
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 770 BlockMass LoopMass = BlockMass::getFull();
785 DitheringDistributer D(Dist, LoopMass);
787 DEBUG(dbgs() << " Distribute loop mass " << LoopMass

Completed in 165 milliseconds