Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegAllocGreedy.h411 unsigned Reloads = 0; member
424 return !(Reloads || FoldedReloads || Spills || FoldedSpills || in isEmpty()
429 Reloads += other.Reloads; in add()
HDFixupStatepointCallerSaved.cpp177 DenseMap<const MachineBasicBlock *, ReloadSet> Reloads; member in __anondedb748a0211::RegReloadCache
185 auto Res = Reloads[MBB].insert(RSP); in recordReload()
193 return Reloads.count(MBB) && Reloads[MBB].count(RSP); in hasReload()
HDRegAllocGreedy.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp1161 std::vector<Value *> params, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local
1278 Reloads.push_back(load); in emitCallAndSwitchStatement()
/freebsd-13-stable/contrib/unbound/doc/
HDChangelog12198 Reloads will not work, and exit is not graceful.