Searched refs:LoopInvariantRegs (Results 1 – 1 of 1) sorted by relevance
1283 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs; member6346 unsigned LoopInvariantRegs = 0; in selectInterleaveCount() local6347 if (R.LoopInvariantRegs.find(pair.first) != R.LoopInvariantRegs.end()) in selectInterleaveCount()6348 LoopInvariantRegs = R.LoopInvariantRegs[pair.first]; in selectInterleaveCount()6350 unsigned TmpIC = PowerOf2Floor((TargetNumRegisters - LoopInvariantRegs) / MaxLocalUsers); in selectInterleaveCount()6354 PowerOf2Floor((TargetNumRegisters - LoopInvariantRegs - 1) / in selectInterleaveCount()6673 RU.LoopInvariantRegs = Invariant; in calculateRegisterUsage()