Searched refs:BasicBlockSectionsProfileReaderWrapperPass (Results 1 – 4 of 4) sorted by relevance
33 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()
209 BasicBlockSectionsProfileReaderWrapperPass *BBSectionsProfileReader = nullptr;231 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument244 getAnalysis<BasicBlockSectionsProfileReaderWrapperPass>() in INITIALIZE_PASS_DEPENDENCY()250 AU.addRequired<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()
106 BasicBlockSectionsProfileReaderWrapperPass *BBSectionsProfileReader = nullptr;135 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument320 getAnalysis<BasicBlockSectionsProfileReaderWrapperPass>() in handleBBSections()401 AU.addRequired<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()
499 AU.addUsedIfAvailable<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()523 getAnalysisIfAvailable<BasicBlockSectionsProfileReaderWrapperPass>(); in runOnFunction()531 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument