LLVM
8.0.1
|
===- LazyMachineBlockFrequencyInfo.cpp - Lazy Machine Block Frequency –===// More...
#include "llvm/CodeGen/LazyMachineBlockFrequencyInfo.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "lazy-machine-block-freq" |
Functions | |
INITIALIZE_PASS_BEGIN (LazyMachineBlockFrequencyInfoPass, DEBUG_TYPE, "Lazy Machine Block Frequency Analysis", true, true) INITIALIZE_PASS_END(LazyMachineBlockFrequencyInfoPass | |
Variables | |
DEBUG_TYPE | |
Lazy Machine Block Frequency | Analysis |
Lazy Machine Block Frequency | true |
===- LazyMachineBlockFrequencyInfo.cpp - Lazy Machine Block Frequency –===//
The LLVM Compiler Infrastructure
This file is distributed under the University of Illinois Open Source License. See LICENSE.TXT for details.
===------------------------------------------------------------------—===//
This is an alternative analysis pass to MachineBlockFrequencyInfo. The difference is that with this pass the block frequencies are not computed when the analysis pass is executed but rather when the BFI result is explicitly requested by the analysis client.
===------------------------------------------------------------------—===//
Definition in file LazyMachineBlockFrequencyInfo.cpp.
#define DEBUG_TYPE "lazy-machine-block-freq" |
Definition at line 21 of file LazyMachineBlockFrequencyInfo.cpp.
INITIALIZE_PASS_BEGIN | ( | LazyMachineBlockFrequencyInfoPass | , |
DEBUG_TYPE | , | ||
"Lazy Machine Block Frequency Analysis" | , | ||
true | , | ||
true | |||
) |
Lazy Machine Block Frequency Analysis |
Definition at line 27 of file LazyMachineBlockFrequencyInfo.cpp.
DEBUG_TYPE |
Definition at line 27 of file LazyMachineBlockFrequencyInfo.cpp.
Lazy Machine Block Frequency true |
Definition at line 27 of file LazyMachineBlockFrequencyInfo.cpp.