Searched refs:MIRProfileLoaderPass (Results 1 – 2 of 2) sorted by relevance
68 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 MIRProfileLoaderPass363 bool MIRProfileLoaderPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()402 bool MIRProfileLoaderPass::doInitialization(Module &M) { in doInitialization()410 void MIRProfileLoaderPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
37 class MIRProfileLoaderPass : public MachineFunctionPass {47 MIRProfileLoaderPass(std::string FileName = "",