Lines Matching refs:MachineCycleInfoWrapperPass
20 char MachineCycleInfoWrapperPass::ID = 0;
22 MachineCycleInfoWrapperPass::MachineCycleInfoWrapperPass() in MachineCycleInfoWrapperPass() function in MachineCycleInfoWrapperPass
27 INITIALIZE_PASS_BEGIN(MachineCycleInfoWrapperPass, "machine-cycles",
29 INITIALIZE_PASS_END(MachineCycleInfoWrapperPass, "machine-cycles",
32 void MachineCycleInfoWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
37 bool MachineCycleInfoWrapperPass::runOnMachineFunction(MachineFunction &Func) { in runOnMachineFunction()
45 void MachineCycleInfoWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
50 void MachineCycleInfoWrapperPass::releaseMemory() { in releaseMemory()
74 INITIALIZE_PASS_DEPENDENCY(MachineCycleInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
80 AU.addRequired<MachineCycleInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
85 auto &CI = getAnalysis<MachineCycleInfoWrapperPass>(); in runOnMachineFunction()