Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp147 class MIRProfileLoader final class
166 MIRProfileLoader(StringRef Name, StringRef RemapName, in MIRProfileLoader() function in llvm::MIRProfileLoader
206 void MIRProfileLoader::setBranchProbs(MachineFunction &F) { in setBranchProbs()
289 bool MIRProfileLoader::doInitialization(Module &M) { in doInitialization()
315 bool MIRProfileLoader::runOnFunction(MachineFunction &MF) { in runOnFunction()
358 MIRSampleLoader = std::make_unique<MIRProfileLoader>( in MIRProfileLoaderPass()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRSampleProfile.h36 class MIRProfileLoader; variable
63 std::unique_ptr<MIRProfileLoader> MIRSampleLoader;