Home
last modified time | relevance | path

Searched refs:LoopPipelinerInfo (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h87 std::unique_ptr<TargetInstrInfo::PipelinerLoopInfo> LoopPipelinerInfo = member
124 TargetInstrInfo::PipelinerLoopInfo *LoopPipelinerInfo = nullptr; variable
205 RegClassInfo(rci), II_setByPragma(II), LoopPipelinerInfo(PLI), in SwingSchedulerDAG()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp256 LI.LoopPipelinerInfo.reset(); in scheduleLoop()
264 LI.LoopPipelinerInfo.reset(); in scheduleLoop()
357 LI.LoopPipelinerInfo = TII->analyzeLoopForPipelining(L.getTopBlock()); in canPipelineLoop()
358 if (!LI.LoopPipelinerInfo) { in canPipelineLoop()
423 II_setByPragma, LI.LoopPipelinerInfo.get()); in swingModuloScheduler()
2090 Schedule.normalizeNonPipelinedInstructions(this, LoopPipelinerInfo); in schedulePipeline()