Home
last modified time | relevance | path

Searched defs:Score (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp493 uint64_t Score = 0; in computeMIRComplexityScoreImpl() local
553 uint64_t Score = 0; in computeMIRComplexityScore() local
598 uint64_t Score = 1; // Count the function itself in computeIRComplexityScoreImpl() local
655 uint64_t Score = 0; in computeIRComplexityScore() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp420 static unsigned getEntryPointScore(BasicBlock &BB, unsigned Score) { in getEntryPointScore()
446 auto addBlockToRegion = [&](BasicBlock *BB, unsigned Score) { in create()
560 unsigned Score = Block.second; in takeSingleEntrySubRegion() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp159 explicit MergeGainTy(double Score, size_t MergeOffset, MergeTypeTy MergeType) in MergeGainTy()
180 double Score{-1.0}; member in __anone35372fe0111::MergeGainTy
326 double Score; member in __anone35372fe0111::Chain
713 double Score = 0; in extTSPScore() local
993 double Score = 0; in calcExtTspScore() local
/openbsd-src/games/robots/
H A Dextern.c62 int Score; /* Current score */ variable
/openbsd-src/games/mille/
H A Dextern.c167 *Score; /* Score screen */ variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp229 unsigned Score = 0; in getLAScore() local
273 unsigned Score = getLAScore(Last, Candidate, Depth, IAI); in getBest() local
H A DSLPVectorizer.cpp1651 int Score = in getLookAheadScore() local
1707 unsigned Score = 0; in getBestOperand() member
1743 int Score = getLookAheadScore(OpLeft, OpRight, MainAltOps, Lane, in getBestOperand() local
2194 int Score = LookAhead.getScoreAtLevelRec(Candidates[I].first, in findBestRootPair() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h89 unsigned Score; member
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp272 APInt Score(64, 1); in getVariantMatchScore() local
355 APInt Score = getVariantMatchScore(VMI, Ctx, ConstructMatches); in getBestVariantMatchForContext() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp271 int Score = 0; in findFirstSlotCandidate() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp148 unsigned Score = j == N - 1 ? 0 : PartitionsScore[j + 1]; in findJumpTables() local
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp561 double Score = 0.0f, FuncLevelScore = 0.0f; in overlap() local
632 double Score = 0.0; in overlap() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp375 auto Score = computeWideningScore(Instr, Candidate, InvertCondition); in eliminateInstrViaWidening() local
H A DReassociate.cpp2415 unsigned Score = 0; in ReassociateExpression() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp96 unsigned Score; member in __anon0df82e8c0111::V2SCopyInfo
H A DSIInsertWaitcnts.cpp1473 bool WaitcntBrackets::mergeScore(const MergeInfo &M, unsigned &Score, in mergeScore()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp1201 ExprResult Score = parseContextScore(*this); in parseOMPContextSelector() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp2491 std::optional<llvm::APSInt> Score; in getAsVariantMatchInfo() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp5167 int Score = P.getPatternComplexity(CGP); in runOnPattern() local