Searched refs:BasicBlockSectionsProfileReaderWrapperPass (Results 1 – 6 of 6) sorted by relevance
34 char BasicBlockSectionsProfileReaderWrapperPass::ID = 0;35 INITIALIZE_PASS(BasicBlockSectionsProfileReaderWrapperPass,393 bool BasicBlockSectionsProfileReaderWrapperPass::doInitialization(Module &M) { in doInitialization()426 bool BasicBlockSectionsProfileReaderWrapperPass::isFunctionHot( in isFunctionHot()432 BasicBlockSectionsProfileReaderWrapperPass::getClusterInfoForFunction( in getClusterInfoForFunction()438 BasicBlockSectionsProfileReaderWrapperPass::getClonePathsForFunction( in getClonePathsForFunction()444 BasicBlockSectionsProfileReaderWrapperPass::getBBSPR() { in getBBSPR()450 return new BasicBlockSectionsProfileReaderWrapperPass(Buf); in createBasicBlockSectionsProfileReaderWrapperPass()
217 BasicBlockSectionsProfileReaderWrapperPass *BBSectionsProfileReader = nullptr;239 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument252 getAnalysis<BasicBlockSectionsProfileReaderWrapperPass>() in INITIALIZE_PASS_DEPENDENCY()258 AU.addRequired<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()
109 BasicBlockSectionsProfileReaderWrapperPass *BBSectionsProfileReader = nullptr;138 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument318 getAnalysis<BasicBlockSectionsProfileReaderWrapperPass>() in handleBBSections()404 AU.addRequired<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()
149 getAnalysisIfAvailable<BasicBlockSectionsProfileReaderWrapperPass>(); in runOnMachineFunction()216 AU.addUsedIfAvailable<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()
502 AU.addUsedIfAvailable<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()526 getAnalysisIfAvailable<BasicBlockSectionsProfileReaderWrapperPass>(); in runOnFunction()534 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
57 friend class BasicBlockSectionsProfileReaderWrapperPass;157 class BasicBlockSectionsProfileReaderWrapperPass : public ImmutablePass {162 BasicBlockSectionsProfileReaderWrapperPass(const MemoryBuffer *Buf) in BasicBlockSectionsProfileReaderWrapperPass() function168 BasicBlockSectionsProfileReaderWrapperPass() in BasicBlockSectionsProfileReaderWrapperPass() function