#include "llvm/ADT/StringRef.h"
#include <cstdint>
#include <system_error>
#include <vector>
Go to the source code of this file.
|
| | llvm |
| | Compute iterated dominance frontiers using a linear time algorithm.
|
| |
| | std |
| |
|
| enum | llvm::instrprof_error {
llvm::instrprof_error::success = 0,
llvm::instrprof_error::eof,
llvm::instrprof_error::bad_magic,
llvm::instrprof_error::bad_header,
llvm::instrprof_error::unsupported_version,
llvm::instrprof_error::unsupported_hash_type,
llvm::instrprof_error::too_large,
llvm::instrprof_error::truncated,
llvm::instrprof_error::malformed,
llvm::instrprof_error::unknown_function,
llvm::instrprof_error::hash_mismatch,
llvm::instrprof_error::count_mismatch,
llvm::instrprof_error::counter_overflow
} |
| |