Searched refs:CycleInfoWrapperPass (Results 1 – 4 of 4) sorted by relevance
47 char CycleInfoWrapperPass::ID = 0;49 CycleInfoWrapperPass::CycleInfoWrapperPass() : FunctionPass(ID) { in CycleInfoWrapperPass() function in CycleInfoWrapperPass53 INITIALIZE_PASS_BEGIN(CycleInfoWrapperPass, "cycles", "Cycle Info Analysis",55 INITIALIZE_PASS_END(CycleInfoWrapperPass, "cycles", "Cycle Info Analysis", true,58 void CycleInfoWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()62 bool CycleInfoWrapperPass::runOnFunction(Function &Func) { in runOnFunction()70 void CycleInfoWrapperPass::print(raw_ostream &OS, const Module *) const { in print()75 void CycleInfoWrapperPass::releaseMemory() { in releaseMemory()
155 INITIALIZE_PASS_DEPENDENCY(CycleInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()163 AU.addRequiredTransitive<CycleInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()168 auto &cycleInfo = getAnalysis<CycleInfoWrapperPass>().getResult(); in runOnFunction()
26 class CycleInfoWrapperPass : public FunctionPass {33 CycleInfoWrapperPass();55 using LegacyWrapper = CycleInfoWrapperPass;
1093 AU.addRequired<CycleInfoWrapperPass>(); in getAnalysisUsage()1121 INITIALIZE_PASS_DEPENDENCY(CycleInfoWrapperPass);