Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp176 DenseMap<const MachineBasicBlock *, ReloadSet> Reloads; member in __anona19089fc0211::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()
3159 if (Reloads) { in report()
3160 R << NV("NumReloads", Reloads) << " reloads "; in report()
3203 ++Stats.Reloads; in computeStats()
3246 Stats.ReloadsCost = RelFreq * Stats.Reloads; in computeStats()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1126 std::vector<Value *> params, StructValues, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local
1227 Reloads.push_back(load); in emitCallAndSwitchStatement()
/netbsd-src/crypto/dist/ipsec-tools/
H A DChangeLog.old941 * src/racoon/session.c: Reloads conf on a SIGHUP without loosing
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog11467 Reloads will not work, and exit is not graceful.