Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h411 unsigned Reloads = 0; member
424 return !(Reloads || FoldedReloads || Spills || FoldedSpills || in isEmpty()
429 Reloads += other.Reloads; in add()
H A DFixupStatepointCallerSaved.cpp177 DenseMap<const MachineBasicBlock *, ReloadSet> Reloads; member in __anon2f435cf10211::RegReloadCache
185 auto Res = Reloads[MBB].insert(RSP); in recordReload()
193 return Reloads.count(MBB) && Reloads[MBB].count(RSP); in hasReload()
H A DRegAllocGreedy.cpp2529 if (Reloads) { in report()
2530 R << NV("NumReloads", Reloads) << " reloads "; in report()
2588 ++Stats.Reloads; in computeStats()
2631 Stats.ReloadsCost = RelFreq * Stats.Reloads; in computeStats()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1161 std::vector<Value *> params, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local
1278 Reloads.push_back(load); in emitCallAndSwitchStatement()
/freebsd/contrib/unbound/doc/
H A DChangelog12198 Reloads will not work, and exit is not graceful.