Home
last modified time | relevance | path

Searched defs:PLI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp211 auto PLI = TII->analyzeLoopForPipelining(MBB); in initialize() local
H A DSplitKit.cpp1263 const LiveInterval &PLI = Edit->getParent(); in extendPHIRange() local
H A DMachinePipeliner.cpp3169 SwingSchedulerDAG *SSD, TargetInstrInfo::PipelinerLoopInfo *PLI) { in computeUnpipelineableNodes()
3196 SwingSchedulerDAG *SSD, TargetInstrInfo::PipelinerLoopInfo *PLI) { in normalizeNonPipelinedInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h211 TargetInstrInfo::PipelinerLoopInfo *PLI) in SwingSchedulerDAG()