Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp22 char MachineCycleInfoWrapperPass::ID = 0;
24 MachineCycleInfoWrapperPass::MachineCycleInfoWrapperPass() in MachineCycleInfoWrapperPass() function in MachineCycleInfoWrapperPass
29 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()
88 INITIALIZE_PASS_DEPENDENCY(MachineCycleInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
94 AU.addRequired<MachineCycleInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
[all …]
H A DMachineUniformityAnalysis.cpp216 INITIALIZE_PASS_DEPENDENCY(MachineCycleInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
223 AU.addRequiredTransitive<MachineCycleInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
230 auto &CI = getAnalysis<MachineCycleInfoWrapperPass>().getCycleInfo(); in runOnMachineFunction()
H A DMachineSink.cpp307 AU.addRequired<MachineCycleInfoWrapperPass>(); in getAnalysisUsage()
309 AU.addPreserved<MachineCycleInfoWrapperPass>(); in getAnalysisUsage()
329 INITIALIZE_PASS_DEPENDENCY(MachineCycleInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
804 auto *CI = &getAnalysis<MachineCycleInfoWrapperPass>().getCycleInfo(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCycleAnalysis.h29 class LLVM_ABI MachineCycleInfoWrapperPass : public MachineFunctionPass {
36 MachineCycleInfoWrapperPass();