Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMIRSampleProfile.cpp120 class MIRProfileLoader final class
139 MIRProfileLoader(StringRef Name, StringRef RemapName) in MIRProfileLoader() function in llvm::MIRProfileLoader
171 void MIRProfileLoader::setBranchProbs(MachineFunction &F) { in setBranchProbs()
254 bool MIRProfileLoader::doInitialization(Module &M) { in doInitialization()
273 bool MIRProfileLoader::runOnFunction(MachineFunction &MF) { in runOnFunction()
299 std::make_unique<MIRProfileLoader>(FileName, RemappingFileName)) { in MIRProfileLoaderPass()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMIRSampleProfile.h31 class MIRProfileLoader; variable
57 std::unique_ptr<MIRProfileLoader> MIRSampleLoader;