Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h402 unsigned Reloads = 0; member
415 return !(Reloads || FoldedReloads || Spills || FoldedSpills || in isEmpty()
420 Reloads += other.Reloads; in add()
H A DFixupStatepointCallerSaved.cpp182 DenseMap<const MachineBasicBlock *, ReloadSet> Reloads; member in __anon2f435cf10211::RegReloadCache
191 return Reloads[MBB].insert(RSP).second; in tryRecordReload()
H A DRegAllocGreedy.cpp2668 if (Reloads) { in report()
2669 R << NV("NumReloads", Reloads) << " reloads "; in report()
2727 ++Stats.Reloads; in computeStats()
2770 Stats.ReloadsCost = RelFreq * Stats.Reloads; in computeStats()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h308 std::vector<Value *> &Reloads);
314 const ValueSet &outputs, ArrayRef<Value *> Reloads,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1523 std::vector<Value *> Reloads; in extractCodeRegion() local
1526 EntryFreq, LifetimesStart.getArrayRef(), Reloads); in extractCodeRegion()
1529 Reloads, ExitWeights); in extractCodeRegion()
1829 std::vector<Value *> &Reloads) { in emitReplacerCall() argument
1947 Reloads.push_back(load); in emitReplacerCall()
2029 const ValueSet &outputs, ArrayRef<Value *> Reloads, in insertReplacerCall() argument
2067 Value *load = Reloads[i]; in insertReplacerCall()
/freebsd/contrib/unbound/doc/
H A DChangelog12730 Reloads will not work, and exit is not graceful.