Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp461 static unsigned getEntryPointScore(BasicBlock &BB, unsigned Score) { in getEntryPointScore() function in __anona6e9ae060411::OutliningRegion
493 unsigned SinkScore = getEntryPointScore(SinkBB, ScoreForSinkBlock); in create()
521 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength()); in create()
566 unsigned SuccScore = getEntryPointScore(SuccBB, ScoreForSuccBlock); in create()