Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp432 static unsigned getEntryPointScore(BasicBlock &BB, unsigned Score) { in getEntryPointScore() function in __anone35281440411::OutliningRegion
464 unsigned SinkScore = getEntryPointScore(SinkBB, ScoreForSinkBlock); in create()
492 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength()); in create()
537 unsigned SuccScore = getEntryPointScore(SuccBB, ScoreForSuccBlock); in create()