Searched refs:BasicBlockSectionsProfileReaderWrapperPass (Results 1 – 5 of 5) 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()
108 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
500 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
78 friend class BasicBlockSectionsProfileReaderWrapperPass;178 class BasicBlockSectionsProfileReaderWrapperPass : public ImmutablePass {183 BasicBlockSectionsProfileReaderWrapperPass(const MemoryBuffer *Buf)189 BasicBlockSectionsProfileReaderWrapperPass()