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.cpp144 class MIRProfileLoader final class
163 MIRProfileLoader(StringRef Name, StringRef RemapName, in MIRProfileLoader() function in llvm::MIRProfileLoader
203 void MIRProfileLoader::setBranchProbs(MachineFunction &F) { in setBranchProbs()
286 bool MIRProfileLoader::doInitialization(Module &M) { in doInitialization()
312 bool MIRProfileLoader::runOnFunction(MachineFunction &MF) { in runOnFunction()
355 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;