Home
last modified time | relevance | path

Searched refs:Gains (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp232 std::vector<GainPair> Gains; in runIteration() local
236 Gains.push_back(std::make_pair(Gain, &N)); in runIteration()
241 Gains, [&](const auto &GP) { return GP.second->Bucket == LeftBucket; }); in runIteration()
242 auto LeftRange = llvm::make_range(Gains.begin(), LeftEnd); in runIteration()
243 auto RightRange = llvm::make_range(LeftEnd, Gains.end()); in runIteration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2080 BlockFrequency Gains = BackEdgeFreq + NewFreq; in FallThroughGains() local
2083 if (Gains > Lost) in FallThroughGains()
2084 Result = Gains - Lost; in FallThroughGains()
2150 BlockFrequency Gains = FallThroughGains(Pred, OldTop, OtherBB, in findBestLoopTopHelper() local
2152 if ((Gains > BlockFrequency(0)) && in findBestLoopTopHelper()
2153 (Gains > BestGains || in findBestLoopTopHelper()
2154 ((Gains == BestGains) && Pred->isLayoutSuccessor(OldTop)))) { in findBestLoopTopHelper()
2156 BestGains = Gains; in findBestLoopTopHelper()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok864 R. Stockton Gains An operating system based on the concept
H A Dfunstack.in6011 @Article{Gains:1972:OSB,
6012 author = "R. Stockton Gains",