reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
206 Scaled64 Scaled; 226 Scaled64 Scale; 519 Scaled64 getFloatingBlockFreq(const BlockNode &Node) const; 992 Scaled64 getFloatingBlockFreq(const BlockT *BB) const {lib/Analysis/BlockFrequencyInfoImpl.cpp
71 using Scaled64 = BlockFrequencyInfoImplBase::Scaled64; 378 const Scaled64 InfiniteLoopScale(1, 12); 533 auto Min = Scaled64::getLargest(); 534 auto Max = Scaled64::getZero(); 594 return Scaled64::getZero(); 624 Scaled64 Block(Freq.getFrequency(), 0); 625 Scaled64 Entry(getEntryFreq(), 0);