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.cpp67 char MIRProfileLoaderPass::ID = 0;
69 INITIALIZE_PASS_BEGIN(MIRProfileLoaderPass, DEBUG_TYPE,
77 INITIALIZE_PASS_END(MIRProfileLoaderPass, DEBUG_TYPE, "Load MIR Sample Profile",
80 char &llvm::MIRProfileLoaderPassID = MIRProfileLoaderPass::ID;
86 return new MIRProfileLoaderPass(File, RemappingFile, P, std::move(FS)); in createMIRProfileLoaderPass()
347 MIRProfileLoaderPass::MIRProfileLoaderPass( in MIRProfileLoaderPass() function in MIRProfileLoaderPass
360 bool MIRProfileLoaderPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
394 bool MIRProfileLoaderPass::doInitialization(Module &M) { in doInitialization()
402 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 = "",