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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp381 static unsigned getEntryPointScore(BasicBlock &BB, unsigned Score) { function in class:__anon4535::OutliningRegion
413 unsigned SinkScore = getEntryPointScore(SinkBB, ScoreForSinkBlock);
441 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength());
486 unsigned SuccScore = getEntryPointScore(SuccBB, ScoreForSuccBlock);

Completed in 103 milliseconds