/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | HotColdSplitting.cpp | 479 static unsigned getEntryPointScore(BasicBlock &BB, unsigned Score) { in getEntryPointScore() 505 auto addBlockToRegion = [&](BasicBlock *BB, unsigned Score) { in create() 619 unsigned Score = Block.second; in takeSingleEntrySubRegion() local
|
H A D | FunctionSpecialization.cpp | 876 unsigned Score = 0; in findSpecializations() local 892 unsigned FuncGrowth) -> bool { in findSpecializations()
|
/freebsd/contrib/llvm-project/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 | 1864 int Score = in getLookAheadScore() local 1921 unsigned Score = 0; getBestOperand() member 1957 int Score = getLookAheadScore(OpLeft, OpRight, MainAltOps, Lane, getBestOperand() local 2482 int Score = LookAhead.getScoreAtLevelRec(Candidates[I].first, findBestRootPair() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | Reassociate.h | 103 unsigned Score; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 185 double Score{-1.0}; global() member 330 double Score{0}; global() member 777 double Score = 0; extTSPScore() local 1024 double Score = 0; calcExtTspScore() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionSpecialization.h | 111 Cost Score; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 273 APInt Score(64, 1); in getVariantMatchScore() local 356 APInt Score = getVariantMatchScore(VMI, Ctx, ConstructMatches); in getBestVariantMatchForContext() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTaggingPreRA.cpp | 271 int Score = 0; findFirstSlotCandidate() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 150 unsigned Score = j == N - 1 ? 0 : PartitionsScore[j + 1]; in findJumpTables() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 751 double Score = 0.0f, FuncLevelScore = 0.0f; in overlap() local 822 double Score = 0.0; in overlap() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 428 auto Score = computeWideningScore(Instr, Candidate, *WideningPoint, in eliminateInstrViaWidening() local
|
H A D | Reassociate.cpp | 2430 unsigned Score = 0; in ReassociateExpression() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 96 unsigned Score; member in __anon8637e2150111::V2SCopyInfo
|
H A D | AMDGPUPromoteAlloca.cpp | 272 unsigned &Score = Scores[Alloca]; in sortAllocasToPromote() local
|
H A D | SIInsertWaitcnts.cpp | 2079 bool WaitcntBrackets::mergeScore(const MergeInfo &M, unsigned &Score, in mergeScore()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 1919 int Score = P.getPatternComplexity(CGP); in runOnPattern() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 1212 ExprResult Score = parseContextScore(*this); in parseOMPContextSelector() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2598 std::optional<llvm::APSInt> Score; in getAsVariantMatchInfo() local
|