Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2712 SmallSet<SUnit *, 8> DoNotPipeline; in computeUnpipelineableNodes() local
2721 if (DoNotPipeline.count(SU)) in computeUnpipelineableNodes()
2724 DoNotPipeline.insert(SU); in computeUnpipelineableNodes()
2732 return DoNotPipeline; in computeUnpipelineableNodes()