Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1296 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs; member
6388 unsigned LoopInvariantRegs = 0; in selectInterleaveCount() local
6389 if (R.LoopInvariantRegs.find(pair.first) != R.LoopInvariantRegs.end()) in selectInterleaveCount()
6390 LoopInvariantRegs = R.LoopInvariantRegs[pair.first]; in selectInterleaveCount()
6392 unsigned TmpIC = PowerOf2Floor((TargetNumRegisters - LoopInvariantRegs) / MaxLocalUsers); in selectInterleaveCount()
6396 PowerOf2Floor((TargetNumRegisters - LoopInvariantRegs - 1) / in selectInterleaveCount()
6732 RU.LoopInvariantRegs = Invariant; in calculateRegisterUsage()