LLVM 19.0.0git
Functions
BasicBlockSectionsProfileReader.cpp File Reference
#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/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
 

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( BasicBlockSectionsProfileReaderWrapperPass  ,
"bbsections-profile-reader"  ,
"Reads and parses a basic block sections profile."  ,
false  ,
false   
)