Home
last modified time | relevance | path

Searched defs:LoopCost (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp617 CacheCostTy LoopCost = computeLoopCacheCost(*L, RefGroups); in calculateCacheFootprint() local
718 CacheCostTy LoopCost = 0; in computeLoopCacheCost() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp968 CostInfo LoopCost[2] = {{Scaled64::getZero(), Scaled64::getZero()}, in findProfitableSIGroupsInnerLoops() local
1281 DenseMap<const Instruction *, CostInfo> &InstCostMap, CostInfo *LoopCost) { in computeLoopCosts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp3345 InstructionCost LoopCost = 0; in findBestNonTrivialUnswitchCandidate() local
H A DLoopStrengthReduce.cpp1422 unsigned LoopCost = 1; in RateRegister() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4715 InstructionCost LoopCost = 0; in isLoopSizeWithinBudget() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4594 InstructionCost LoopCost) { in selectInterleaveCount()