Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp556 unsigned NextScore = 0; in takeSingleEntrySubRegion() local
563 if (!InSubRegion && Score > NextScore) { in takeSingleEntrySubRegion()
565 NextScore = Score; in takeSingleEntrySubRegion()