Home
last modified time | relevance | path

Searched refs:MachineCycleInfoWrapperPass (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp20 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()
[all …]
H A DMachineSink.cpp184 AU.addRequired<MachineCycleInfoWrapperPass>(); in getAnalysisUsage()
186 AU.addPreserved<MachineCycleInfoWrapperPass>(); in getAnalysisUsage()
266 INITIALIZE_PASS_DEPENDENCY(MachineCycleInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
431 CI = &getAnalysis<MachineCycleInfoWrapperPass>().getCycleInfo(); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineCycleAnalysis.h31 class MachineCycleInfoWrapperPass : public MachineFunctionPass {
38 MachineCycleInfoWrapperPass();