Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-spill-remarks.ll51 ; YAML: - NumReloads: '1'
68 ; YAML: - NumReloads: '1'
85 ; YAML: - NumReloads: '2'
102 ; YAML: - NumReloads: '3'
121 ; THRESHOLD_YAML: - NumReloads: '1'
/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp214 int NumReloads = 0; member in __anon533823240111::ForwardOpTreeImpl
387 OS.indent(Indent + 4) << "Reloads: " << NumReloads << '\n'; in printStatistics()
649 NumReloads++; in reloadKnownContent()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInlineSpiller.cpp70 STATISTIC(NumReloads, "Number of reloads inserted");
752 --NumReloads; in coalesceStackAccess()
985 ++NumReloads; in foldMemoryOperand()
1002 ++NumReloads; in insertReload()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstatepoint-ra.ll17 ;YAML: - NumReloads: '7'