[TTI] TargetTransformInfo::getPointersChainCost - fix formatting. NFC.
This commit is contained in:
parent
54c6a592a0
commit
de759d6c27
@ -335,12 +335,10 @@ public:
|
||||
/// chain of loads or stores within same block) operations set when lowered.
|
||||
/// \p AccessTy is the type of the loads/stores that will ultimately use the
|
||||
/// \p Ptrs.
|
||||
InstructionCost
|
||||
getPointersChainCost(ArrayRef<const Value *> Ptrs, const Value *Base,
|
||||
InstructionCost getPointersChainCost(
|
||||
ArrayRef<const Value *> Ptrs, const Value *Base,
|
||||
const PointersChainInfo &Info, Type *AccessTy,
|
||||
TargetCostKind CostKind = TTI::TCK_RecipThroughput
|
||||
|
||||
) const;
|
||||
TargetCostKind CostKind = TTI::TCK_RecipThroughput) const;
|
||||
|
||||
/// \returns A value by which our inlining threshold should be multiplied.
|
||||
/// This is primarily used to bump up the inlining threshold wholesale on
|
||||
|
Loading…
x
Reference in New Issue
Block a user