Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp420 static unsigned getEntryPointScore(BasicBlock &BB, unsigned Score) { in getEntryPointScore() function in __anon0403bc470411::OutliningRegion
452 unsigned SinkScore = getEntryPointScore(SinkBB, ScoreForSinkBlock); in create()
480 unsigned PredScore = getEntryPointScore(PredBB, PredIt.getPathLength()); in create()
525 unsigned SuccScore = getEntryPointScore(SuccBB, ScoreForSuccBlock); in create()