Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3170 SmallSet<SUnit *, 8> DoNotPipeline; in computeUnpipelineableNodes() local
3179 if (DoNotPipeline.count(SU)) in computeUnpipelineableNodes()
3182 DoNotPipeline.insert(SU); in computeUnpipelineableNodes()
3190 return DoNotPipeline; in computeUnpipelineableNodes()