Home
last modified time | relevance | path

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

/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.cpp209 BasicBlockSectionsProfileReaderWrapperPass *BBSectionsProfileReader = nullptr;
231 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
244 getAnalysis<BasicBlockSectionsProfileReaderWrapperPass>() in INITIALIZE_PASS_DEPENDENCY()
250 AU.addRequired<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()
H A DBasicBlockSections.cpp108 BasicBlockSectionsProfileReaderWrapperPass *BBSectionsProfileReader = nullptr; in BasicBlockSections()
137 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
317 getAnalysis<BasicBlockSectionsProfileReaderWrapperPass>() in handleBBSections()
403 AU.addRequired<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()
135 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) INITIALIZE_PASS_DEPENDENCY() argument
H A DCodeGenPrepare.cpp500 AU.addUsedIfAvailable<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()
524 getAnalysisIfAvailable<BasicBlockSectionsProfileReaderWrapperPass>(); in runOnFunction()
532 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
531 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) INITIALIZE_PASS_DEPENDENCY() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h78 friend class BasicBlockSectionsProfileReaderWrapperPass;
178 class BasicBlockSectionsProfileReaderWrapperPass : public ImmutablePass {
183 BasicBlockSectionsProfileReaderWrapperPass(const MemoryBuffer *Buf)
189 BasicBlockSectionsProfileReaderWrapperPass()