Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDHotColdSplitting.cpp479 static unsigned getEntryPointScore(BasicBlock &BB, unsigned Score) { in getEntryPointScore() function in __anon92ef29af0511::OutliningRegion
511 unsigned SinkScore = getEntryPointScore(SinkBB, ScoreForSinkBlock); in create()
539 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength()); in create()
584 unsigned SuccScore = getEntryPointScore(SuccBB, ScoreForSuccBlock); in create()