Searched refs:OptScore (Results 1 – 1 of 1) sorted by relevance
3760 const double OptScore = calcExtTspScore(NewOrder, BlockSizes, JumpCounts); in applyExtTsp() local3761 LLVM_DEBUG(dbgs() << format(" optimized layout score: %0.2f\n", OptScore)); in applyExtTsp()3764 if (OptForSize && OrgScore > OptScore) in applyExtTsp()