Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.h393 unsigned Reloads = 0; member
406 return !(Reloads || FoldedReloads || Spills || FoldedSpills || in isEmpty()
411 Reloads += other.Reloads; in add()
H A DFixupStatepointCallerSaved.cpp177 DenseMap<const MachineBasicBlock *, ReloadSet> Reloads; member in __anonc597c0210211::RegReloadCache
185 auto Res = Reloads[MBB].insert(RSP); in recordReload()
193 return Reloads.count(MBB) && Reloads[MBB].count(RSP); in hasReload()
H A DRegAllocGreedy.cpp2338 if (Reloads) { in report()
2339 R << NV("NumReloads", Reloads) << " reloads "; in report()
2382 ++Stats.Reloads; in computeStats()
2425 Stats.ReloadsCost = RelFreq * Stats.Reloads; in computeStats()
/llvm-project-15.0.7/polly/test/ForwardOpTree/
H A Dchanged-kind.ll46 ; CHECK: Reloads: 0
H A Dforward_store.ll51 ; CHECK: Reloads: 1
H A Dforward_phi_load.ll52 ; CHECK: Reloads: 2
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1149 std::vector<Value *> params, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local
1259 Reloads.push_back(load); in emitCallAndSwitchStatement()