Searched refs:LoopInvariantRegs (Results 1 – 1 of 1) sorted by relevance
1260 SmallMapVector<unsigned, unsigned, 4> LoopInvariantRegs; member5411 unsigned LoopInvariantRegs = 0; in selectInterleaveCount() local5412 if (R.LoopInvariantRegs.find(pair.first) != R.LoopInvariantRegs.end()) in selectInterleaveCount()5413 LoopInvariantRegs = R.LoopInvariantRegs[pair.first]; in selectInterleaveCount()5415 unsigned TmpIC = llvm::bit_floor((TargetNumRegisters - LoopInvariantRegs) / in selectInterleaveCount()5419 TmpIC = llvm::bit_floor((TargetNumRegisters - LoopInvariantRegs - 1) / in selectInterleaveCount()5799 RU.LoopInvariantRegs = Invariant; in calculateRegisterUsage()