LLVM  3.7.0
Namespaces | Macros | Functions
DataStream.cpp File Reference
#include "llvm/Support/DataStream.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Program.h"
#include <string>
#include <system_error>
#include <unistd.h>
Include dependency graph for DataStream.cpp:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Macros

#define DEBUG_TYPE   "Data-stream"
 

Functions

 STATISTIC (NumStreamFetches,"Number of calls to Data stream fetch")
 

Macro Definition Documentation

#define DEBUG_TYPE   "Data-stream"

Definition at line 31 of file DataStream.cpp.

Function Documentation

STATISTIC ( NumStreamFetches  ,
"Number of calls to Data stream fetch"   
)