/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
H A D | ReducerWorkItem.cpp | 493 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 D | HotColdSplitting.cpp | 420 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 D | CodeLayout.cpp | 159 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 D | extern.c | 62 int Score; /* Current score */ variable
|
/openbsd-src/games/mille/ |
H A D | extern.c | 167 *Score; /* Score screen */ variable
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 229 unsigned Score = 0; in getLAScore() local 273 unsigned Score = getLAScore(Last, Candidate, Depth, IAI); in getBest() local
|
H A D | SLPVectorizer.cpp | 1651 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 D | Reassociate.h | 89 unsigned Score; member
|
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 272 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 D | AArch64StackTaggingPreRA.cpp | 271 int Score = 0; in findFirstSlotCandidate() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 148 unsigned Score = j == N - 1 ? 0 : PartitionsScore[j + 1]; in findJumpTables() local
|
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 561 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 D | GuardWidening.cpp | 375 auto Score = computeWideningScore(Instr, Candidate, InvertCondition); in eliminateInstrViaWidening() local
|
H A D | Reassociate.cpp | 2415 unsigned Score = 0; in ReassociateExpression() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 96 unsigned Score; member in __anon0df82e8c0111::V2SCopyInfo
|
H A D | SIInsertWaitcnts.cpp | 1473 bool WaitcntBrackets::mergeScore(const MergeInfo &M, unsigned &Score, in mergeScore()
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 1201 ExprResult Score = parseContextScore(*this); in parseOMPContextSelector() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2491 std::optional<llvm::APSInt> Score; in getAsVariantMatchInfo() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 5167 int Score = P.getPatternComplexity(CGP); in runOnPattern() local
|