Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp244 getTrueOpCost(DenseMap<const Instruction *,CostInfo> & InstCostMap,const TargetTransformInfo * TTI) getTrueOpCost() argument
270 getFalseOpCost(DenseMap<const Instruction *,CostInfo> & InstCostMap,const TargetTransformInfo * TTI) getFalseOpCost() argument
865 DenseMap<const Instruction *, CostInfo> InstCostMap; findProfitableSIGroupsInnerLoops() local
1165 computeLoopCosts(const Loop * L,const SelectGroups & SIGroups,DenseMap<const Instruction *,CostInfo> & InstCostMap,CostInfo * LoopCost) computeLoopCosts() argument
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp396 DenseSet<UnrolledInstState, UnrolledInstStateKeyInfo> InstCostMap; analyzeLoopUnrollCost() local