Searched refs:Reloads (Results 1 – 4 of 4) sorted by relevance
176 DenseMap<const MachineBasicBlock *, ReloadSet> Reloads; member in __anon9d3c0ba50211::RegReloadCache184 auto Res = Reloads[MBB].insert(RSP); in recordReload()192 return Reloads.count(MBB) && Reloads[MBB].count(RSP); in hasReload()
552 unsigned Reloads = 0; member565 return !(Reloads || FoldedReloads || Spills || FoldedSpills || in isEmpty()570 Reloads += other.Reloads; in add()3183 if (Reloads) { in report()3184 R << NV("NumReloads", Reloads) << " reloads "; in report()3227 ++Stats.Reloads; in computeStats()3270 Stats.ReloadsCost = RelFreq * Stats.Reloads; in computeStats()
1128 std::vector<Value *> params, StructValues, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local1229 Reloads.push_back(load); in emitCallAndSwitchStatement()
10551 Reloads will not work, and exit is not graceful.