reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1403 if (Freq < HotFreq)
lib/Analysis/InlineCost.cpp 828 return CallSiteFreq < CallerEntryFreq * ColdProb;
lib/CodeGen/MachineBlockPlacement.cpp966 if (BestAScore < BestBScore) 2128 !(ExitEdgeFreq < BestExitEdgeFreq * Bias))) { 2409 if (Cost < SmallestRotationCost) { 2774 if (Freq < WeightedEntryFreq) 2781 if (Freq < (LoopHeaderFreq * ColdProb))lib/CodeGen/RegAllocGreedy.cpp
1948 if (Cost < BestCost) { 2965 if (OldCopiesCost < NewCopiesCost) {lib/Transforms/IPO/GlobalOpt.cpp
2171 return CallSiteFreq < CallerEntryFreq * ColdProb;
lib/Transforms/IPO/PartialInlining.cpp 819 if (NormWeightedSavings < WeightedOutliningRcost) {
lib/Transforms/Scalar/LoopSink.cpp286 if (BFI.getBlockFreq(B) < BFI.getBlockFreq(L.getLoopPreheader())) { 291 return BFI.getBlockFreq(A) < BFI.getBlockFreq(B);usr/include/c++/7.4.0/bits/stl_algobase.h
200 if (__b < __a) 224 if (__a < __b)