Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp358 MIRSampleLoader = std::make_unique<MIRProfileLoader>( in MIRProfileLoaderPass()
364 if (!MIRSampleLoader->isValid()) in runOnMachineFunction()
378 MIRSampleLoader->setInitVals( in runOnMachineFunction()
388 bool Changed = MIRSampleLoader->runOnFunction(MF); in runOnMachineFunction()
406 MIRSampleLoader->setFSPass(P); in getAnalysisUsage()
407 return MIRSampleLoader->doInitialization(M); in getAnalysisUsage()
/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRSampleProfile.h63 std::unique_ptr<MIRProfileLoader> MIRSampleLoader; variable