Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp176 DenseMap<const MachineBasicBlock *, ReloadSet> Reloads; member in __anon9d3c0ba50211::RegReloadCache
184 auto Res = Reloads[MBB].insert(RSP); in recordReload()
192 return Reloads.count(MBB) && Reloads[MBB].count(RSP); in hasReload()
H A DRegAllocGreedy.cpp552 unsigned Reloads = 0; member
565 return !(Reloads || FoldedReloads || Spills || FoldedSpills || in isEmpty()
570 Reloads += other.Reloads; in add()
3183 if (Reloads) { in report()
3184 R << NV("NumReloads", Reloads) << " reloads "; in report()
3227 ++Stats.Reloads; in computeStats()
3270 Stats.ReloadsCost = RelFreq * Stats.Reloads; in computeStats()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1128 std::vector<Value *> params, StructValues, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local
1229 Reloads.push_back(load); in emitCallAndSwitchStatement()
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog10551 Reloads will not work, and exit is not graceful.