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()
199 BasicBlockSectionsProfileReaderWrapperPass *BBSectionsProfileReader = nullptr;221 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument234 getAnalysis<BasicBlockSectionsProfileReaderWrapperPass>() in INITIALIZE_PASS_DEPENDENCY()240 AU.addRequired<BasicBlockSectionsProfileReaderWrapperPass>(); in getAnalysisUsage()
106 BasicBlockSectionsProfileReaderWrapperPass *BBSectionsProfileReader = nullptr;131 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReaderWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument309 getAnalysis<BasicBlockSectionsProfileReaderWrapperPass>() in runOnMachineFunction()369 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
80 friend class BasicBlockSectionsProfileReaderWrapperPass;180 class BasicBlockSectionsProfileReaderWrapperPass : public ImmutablePass {185 BasicBlockSectionsProfileReaderWrapperPass(const MemoryBuffer *Buf)191 BasicBlockSectionsProfileReaderWrapperPass()