Home
last modified time | relevance | path

Searched defs:InstCostMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp243 /// InstCostMap. This may need to be generated for select-like instructions. in getFalseOpCost() argument
217 getTrueOpCost(DenseMap<const Instruction *,CostInfo> & InstCostMap,const TargetTransformInfo * TTI) getTrueOpCost() argument
812 DenseMap<const Instruction *, CostInfo> InstCostMap; findProfitableSIGroupsInnerLoops() local
1112 computeLoopCosts(const Loop * L,const SelectGroups & SIGroups,DenseMap<const Instruction *,CostInfo> & InstCostMap,CostInfo * LoopCost) computeLoopCosts() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp390 DenseSet<UnrolledInstState, UnrolledInstStateKeyInfo> InstCostMap; analyzeLoopUnrollCost() local