Write cache cost CC to stream OS.

Synopsis

Declared in <llvm/Analysis/LoopCacheAnalysis.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    CacheCost const& CC);

Return Value

The output stream OS.

Parameters

Name

Description

OS

Output stream.

CC

Cache cost to print.

Created with MrDocs