OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Reloads
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
FixupStatepointCallerSaved.cpp
173
// Keeps track of what
reloads
were inserted in MBB.
176
DenseMap<const MachineBasicBlock *, ReloadSet>
Reloads
;
184
auto Res =
Reloads
[MBB].insert(RSP);
192
return
Reloads
.count(MBB) &&
Reloads
[MBB].count(RSP);
451
// Insert
reloads
of (relocated) registers spilled in statepoint.
RegAllocGreedy.cpp
552
unsigned
Reloads
= 0;
565
return !(
Reloads
|| FoldedReloads || Spills || FoldedSpills ||
570
Reloads
+= other.
Reloads
;
2582
/// Where vA, vB, and vC cannot be split anymore (they are
reloads
for
3159
if (
Reloads
) {
3160
R << NV("NumReloads",
Reloads
) << "
reloads
";
3161
R << NV("TotalReloadsCost", ReloadsCost) << " total
reloads
cost ";
3164
R << NV("NumFoldedReloads", FoldedReloads) << " folded
reloads
";
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
1126
std::vector<Value *> params, StructValues, ReloadOutputs,
Reloads
;
1227
Reloads
.push_back(load);
1377
// Insert lifetime markers around the
reloads
of any output values. The
Completed in 52 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026