Return the estimated cost of loop L if the given loop is part of the loop nest associated with this object. Return ‐1 otherwise.

Synopsis

Declared in <llvm/Analysis/LoopCacheAnalysis.h>

CacheCostTy
getLoopCost(Loop const& L) const;

Return Value

Estimated cache cost for L, or ‐1 if L is not in the nest.

Parameters

Name

Description

L

Loop whose cache cost is requested.

Created with MrDocs