Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp879 unsigned LoopInvariantRegs; member
4965 unsigned IC = PowerOf2Floor((TargetNumRegisters - R.LoopInvariantRegs) / in selectInterleaveCount()
4970 IC = PowerOf2Floor((TargetNumRegisters - R.LoopInvariantRegs - 1) / in selectInterleaveCount()
5211 RU.LoopInvariantRegs = Invariant; in calculateRegisterUsage()