Home
last modified time | relevance | path

Searched refs:LiveIntervalsAnalysis (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h55 friend class LiveIntervalsAnalysis; variable
499 class LiveIntervalsAnalysis : public AnalysisInfoMixin<LiveIntervalsAnalysis> {
500 friend AnalysisInfoMixin<LiveIntervalsAnalysis>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp132 LIS(AM.getCachedResult<LiveIntervalsAnalysis>(MF)), in PHIEliminationImpl()
170 PA.preserve<LiveIntervalsAnalysis>(); in run()
H A DLiveIntervals.cpp60 AnalysisKey LiveIntervalsAnalysis::Key;
62 LiveIntervalsAnalysis::Result
63 LiveIntervalsAnalysis::run(MachineFunction &MF, in run()
73 MFAM.getResult<LiveIntervalsAnalysis>(MF).print(OS); in run()
H A DTwoAddressInstructionPass.cpp247 PA.preserve<LiveIntervalsAnalysis>(); in run()
273 LIS(MFAM.getCachedResult<LiveIntervalsAnalysis>(Func)), in INITIALIZE_PASS_DEPENDENCY()
H A DMachineVerifier.cpp463 LiveInts = MFAM->getCachedResult<LiveIntervalsAnalysis>(Func); in verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def97 MACHINE_FUNCTION_ANALYSIS("live-intervals", LiveIntervalsAnalysis())
H A DCodeGenPassBuilder.h1112 addPass(RequireAnalysisPass<LiveIntervalsAnalysis, MachineFunction>()); in addOptimizedRegAlloc()