Home
last modified time | relevance | path

Searched refs:MIRProfileLoaderPass (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp68 char MIRProfileLoaderPass::ID = 0;
70 INITIALIZE_PASS_BEGIN(MIRProfileLoaderPass, DEBUG_TYPE,
78 INITIALIZE_PASS_END(MIRProfileLoaderPass, DEBUG_TYPE, "Load MIR Sample Profile",
81 char &llvm::MIRProfileLoaderPassID = MIRProfileLoaderPass::ID;
87 return new MIRProfileLoaderPass(File, RemappingFile, P, std::move(FS)); in createMIRProfileLoaderPass()
350 MIRProfileLoaderPass::MIRProfileLoaderPass( in MIRProfileLoaderPass() function in MIRProfileLoaderPass
363 bool MIRProfileLoaderPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
402 bool MIRProfileLoaderPass::doInitialization(Module &M) { in doInitialization()
410 void MIRProfileLoaderPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRSampleProfile.h37 class MIRProfileLoaderPass : public MachineFunctionPass {
47 MIRProfileLoaderPass(std::string FileName = "",