Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp607 CacheCostTy LoopCost = computeLoopCacheCost(*L, RefGroups); in calculateCacheFootprint() local
708 CacheCostTy LoopCost = 0; in computeLoopCacheCost() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp571 CostInfo LoopCost[2] = {{Scaled64::getZero(), Scaled64::getZero()}, in findProfitableSIGroupsInnerLoops() local
836 DenseMap<const Instruction *, CostInfo> &InstCostMap, CostInfo *LoopCost) { in computeLoopCosts()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2866 InstructionCost LoopCost = 0; in unswitchBestCondition() local
H A DLoopStrengthReduce.cpp1292 unsigned LoopCost = 1; in RateRegister() local
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5609 unsigned LoopCost) { in selectInterleaveCount()