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