Searched refs:MachineCycleInfoWrapperPass (Results 1 – 5 of 5) sorted by relevance
22 char MachineCycleInfoWrapperPass::ID = 0;24 MachineCycleInfoWrapperPass::MachineCycleInfoWrapperPass() in MachineCycleInfoWrapperPass() function in MachineCycleInfoWrapperPass29 INITIALIZE_PASS_BEGIN(MachineCycleInfoWrapperPass, "machine-cycles",31 INITIALIZE_PASS_END(MachineCycleInfoWrapperPass, "machine-cycles",34 void MachineCycleInfoWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()39 bool MachineCycleInfoWrapperPass::runOnMachineFunction(MachineFunction &Func) { in runOnMachineFunction()47 void MachineCycleInfoWrapperPass::print(raw_ostream &OS, const Module *) const { in print()52 void MachineCycleInfoWrapperPass::releaseMemory() { in releaseMemory()78 INITIALIZE_PASS_DEPENDENCY(MachineCycleInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument84 AU.addRequired<MachineCycleInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()[all …]
189 INITIALIZE_PASS_DEPENDENCY(MachineCycleInfoWrapperPass)196 AU.addRequired<MachineCycleInfoWrapperPass>();204 auto &CI = getAnalysis<MachineCycleInfoWrapperPass>().getCycleInfo(); in MachineUniformityAnalysisPass() 208 INITIALIZE_PASS_DEPENDENCY(MachineCycleInfoWrapperPass) INITIALIZE_PASS_DEPENDENCY() argument
197 AU.addRequired<MachineCycleInfoWrapperPass>();199 AU.addPreserved<MachineCycleInfoWrapperPass>(); in releaseMemory() 289 INITIALIZE_PASS_DEPENDENCY(MachineCycleInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 724 CI = &getAnalysis<MachineCycleInfoWrapperPass>().getCycleInfo(); in runOnMachineFunction()
35 AU.addRequired<MachineCycleInfoWrapperPass>(); in getAnalysisUsage() 43 INITIALIZE_PASS_DEPENDENCY(MachineCycleInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 65 getAnalysis<MachineCycleInfoWrapperPass>().getCycleInfo(); in INITIALIZE_PASS_DEPENDENCY()
27 class MachineCycleInfoWrapperPass : public MachineFunctionPass {34 MachineCycleInfoWrapperPass();