Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2739 SmallSet<SUnit *, 8> DNP = computeUnpipelineableNodes(SSD, PLI); in normalizeNonPipelinedInstructions() local
2745 if (!DNP.contains(&SU) || stageScheduled(&SU) == 0) { in normalizeNonPipelinedInstructions()