File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
llvm/include/llvm/Analysis Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -335,12 +335,10 @@ class TargetTransformInfo {
335
335
// / chain of loads or stores within same block) operations set when lowered.
336
336
// / \p AccessTy is the type of the loads/stores that will ultimately use the
337
337
// / \p Ptrs.
338
- InstructionCost
339
- getPointersChainCost (ArrayRef<const Value *> Ptrs, const Value *Base,
340
- const PointersChainInfo &Info, Type *AccessTy,
341
- TargetCostKind CostKind = TTI::TCK_RecipThroughput
342
-
343
- ) const ;
338
+ InstructionCost getPointersChainCost (
339
+ ArrayRef<const Value *> Ptrs, const Value *Base,
340
+ const PointersChainInfo &Info, Type *AccessTy,
341
+ TargetCostKind CostKind = TTI::TCK_RecipThroughput) const ;
344
342
345
343
// / \returns A value by which our inlining threshold should be multiplied.
346
344
// / This is primarily used to bump up the inlining threshold wholesale on
You can’t perform that action at this time.
0 commit comments