LLVM 17.0.0git
|
#include "llvm/CodeGen/BasicBlockSectionsProfileReader.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/LineIterator.h"
#include "llvm/Support/MemoryBuffer.h"
Go to the source code of this file.
Functions | |
INITIALIZE_PASS (BasicBlockSectionsProfileReader, "bbsections-profile-reader", "Reads and parses a basic block sections profile.", false, false) bool BasicBlockSectionsProfileReader | |
INITIALIZE_PASS | ( | BasicBlockSectionsProfileReader | , |
"bbsections-profile-reader" | , | ||
"Reads and parses a basic block sections profile." | , | ||
false | , | ||
false | |||
) |
Definition at line 27 of file BasicBlockSectionsProfileReader.cpp.
References getBBClusterInfoForFunction().