Searched refs:Reloads (Results 1 – 5 of 5) sorted by relevance
176 DenseMap<const MachineBasicBlock *, ReloadSet> Reloads; member in __anona19089fc0211::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()3159 if (Reloads) { in report()3160 R << NV("NumReloads", Reloads) << " reloads "; in report()3203 ++Stats.Reloads; in computeStats()3246 Stats.ReloadsCost = RelFreq * Stats.Reloads; in computeStats()
1126 std::vector<Value *> params, StructValues, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local1227 Reloads.push_back(load); in emitCallAndSwitchStatement()
941 * src/racoon/session.c: Reloads conf on a SIGHUP without loosing
11467 Reloads will not work, and exit is not graceful.