Home
last modified time | relevance | path

Searched refs:Reloads (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.h403 unsigned Reloads = 0; member
416 return !(Reloads || FoldedReloads || Spills || FoldedSpills || in isEmpty()
421 Reloads += other.Reloads; in add()
H A DFixupStatepointCallerSaved.cpp177 DenseMap<const MachineBasicBlock *, ReloadSet> Reloads; member in __anoneca90bc80211::RegReloadCache
185 auto Res = Reloads[MBB].insert(RSP); in recordReload()
193 return Reloads.count(MBB) && Reloads[MBB].count(RSP); in hasReload()
H A DRegAllocGreedy.cpp2427 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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1149 std::vector<Value *> params, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local
1259 Reloads.push_back(load); in emitCallAndSwitchStatement()
/openbsd-src/gnu/gcc/gcc/config/mt/
H A Dmt.md728 ;; Reloads
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog12049 Reloads will not work, and exit is not graceful.