Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp60 char MIRProfileLoaderPass::ID = 0;
62 INITIALIZE_PASS_BEGIN(MIRProfileLoaderPass, DEBUG_TYPE,
70 INITIALIZE_PASS_END(MIRProfileLoaderPass, DEBUG_TYPE, "Load MIR Sample Profile",
73 char &llvm::MIRProfileLoaderPassID = MIRProfileLoaderPass::ID;
78 return new MIRProfileLoaderPass(File, RemappingFile, P); in createMIRProfileLoaderPass()
294 MIRProfileLoaderPass::MIRProfileLoaderPass(std::string FileName, in MIRProfileLoaderPass() function in MIRProfileLoaderPass
305 bool MIRProfileLoaderPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
337 bool MIRProfileLoaderPass::doInitialization(Module &M) { in doInitialization()
345 void MIRProfileLoaderPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMIRSampleProfile.h32 class MIRProfileLoaderPass : public MachineFunctionPass {
42 MIRProfileLoaderPass(std::string FileName = "",