Searched refs:MIRProfileLoaderPass (Results 1 – 2 of 2) sorted by relevance
60 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 MIRProfileLoaderPass305 bool MIRProfileLoaderPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()337 bool MIRProfileLoaderPass::doInitialization(Module &M) { in doInitialization()345 void MIRProfileLoaderPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
32 class MIRProfileLoaderPass : public MachineFunctionPass {42 MIRProfileLoaderPass(std::string FileName = "",