Home
last modified time | relevance | path

Searched refs:BasicBlockSectionsProfileReaderWrapperPass (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp33 char BasicBlockSectionsProfileReaderWrapperPass::ID = 0;
34 INITIALIZE_PASS(BasicBlockSectionsProfileReaderWrapperPass,
392 bool BasicBlockSectionsProfileReaderWrapperPass::doInitialization(Module &M) { in doInitialization()
425 bool BasicBlockSectionsProfileReaderWrapperPass::isFunctionHot( in isFunctionHot()
431 BasicBlockSectionsProfileReaderWrapperPass::getClusterInfoForFunction( in getClusterInfoForFunction()
437 BasicBlockSectionsProfileReaderWrapperPass::getClonePathsForFunction( in getClonePathsForFunction()
443 BasicBlockSectionsProfileReaderWrapperPass::getBBSPR() { in getBBSPR()
449 return new BasicBlockSectionsProfileReaderWrapperPass(Buf); in createBasicBlockSectionsProfileReaderWrapperPass()
H A DBasicBlockPathCloning.cpp199 BasicBlockSectionsProfileReaderWrapperPass *BBSectionsProfileReader = nullptr;
221 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
234 getAnalysis<BasicBlockSectionsProfileReaderWrapperPass>() in INITIALIZE_PASS_DEPENDENCY()
240 AU.addRequired<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()
H A DBasicBlockSections.cpp106 BasicBlockSectionsProfileReaderWrapperPass *BBSectionsProfileReader = nullptr;
131 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
309 getAnalysis<BasicBlockSectionsProfileReaderWrapperPass>() in runOnMachineFunction()
369 AU.addRequired<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()
H A DCodeGenPrepare.cpp499 AU.addUsedIfAvailable<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()
523 getAnalysisIfAvailable<BasicBlockSectionsProfileReaderWrapperPass>(); in runOnFunction()
531 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h80 friend class BasicBlockSectionsProfileReaderWrapperPass;
180 class BasicBlockSectionsProfileReaderWrapperPass : public ImmutablePass {
185 BasicBlockSectionsProfileReaderWrapperPass(const MemoryBuffer *Buf)
191 BasicBlockSectionsProfileReaderWrapperPass()