#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>
Go to the source code of this file.
|
| | llvm |
| | Compute iterated dominance frontiers using a linear time algorithm.
|
| |
|
| | STATISTIC (NumStreamFetches,"Number of calls to Data stream fetch") |
| |
| #define DEBUG_TYPE "Data-stream" |
| STATISTIC |
( |
NumStreamFetches |
, |
|
|
"Number of calls to Data stream fetch" |
|
|
) |
| |