|
LLVM 22.0.0git
|
#include "llvm/CodeGen/BasicBlockSectionsProfileReader.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/SmallSet.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/IR/DebugInfoMetadata.h"#include "llvm/Pass.h"#include "llvm/Support/Error.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/LineIterator.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/Path.h"#include "llvm/Support/UniqueBBID.h"#include <llvm/ADT/STLExtras.h>Go to the source code of this file.
Functions | |
| INITIALIZE_PASS (BasicBlockSectionsProfileReaderWrapperPass, "bbsections-profile-reader", "Reads and parses a basic block sections profile.", false, false) Expected< UniqueBBID > BasicBlockSectionsProfileReader | |
| INITIALIZE_PASS | ( | BasicBlockSectionsProfileReaderWrapperPass | , |
| "bbsections-profile-reader" | , | ||
| "Reads and parses a basic block sections profile." | , | ||
| false | , | ||
| false | ) |
Definition at line 35 of file BasicBlockSectionsProfileReader.cpp.
References llvm::getAsUnsignedInteger(), and llvm::SmallVectorTemplateCommon< T, typename >::size().