Searched refs:Reloads (Results 1 – 6 of 6) sorted by relevance
403 unsigned Reloads = 0; member416 return !(Reloads || FoldedReloads || Spills || FoldedSpills || in isEmpty()421 Reloads += other.Reloads; in add()
177 DenseMap<const MachineBasicBlock *, ReloadSet> Reloads; member in __anoneca90bc80211::RegReloadCache185 auto Res = Reloads[MBB].insert(RSP); in recordReload()193 return Reloads.count(MBB) && Reloads[MBB].count(RSP); in hasReload()
2427 if (Reloads) { in report()2428 R << NV("NumReloads", Reloads) << " reloads "; in report()2485 ++Stats.Reloads; in computeStats()2528 Stats.ReloadsCost = RelFreq * Stats.Reloads; in computeStats()
1149 std::vector<Value *> params, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local1259 Reloads.push_back(load); in emitCallAndSwitchStatement()
728 ;; Reloads
12049 Reloads will not work, and exit is not graceful.