OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Statepoints
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
FixupStatepointCallerSaved.cpp
60
"fixup-max-csr-
statepoints
", cl::Hidden,
61
cl::desc("Max number of
statepoints
allowed to pass GC Ptrs in registers"));
204
// List of used frame indexes during processing previous
statepoints
.
221
// Landing pad can be destination of several
statepoints
. Every register
222
// defined by such
statepoints
must be spilled to the same stack slot.
606
SmallVector<MachineInstr *, 16>
Statepoints
;
610
Statepoints
.push_back(&I);
612
if (
Statepoints
.empty())
619
for (MachineInstr *I :
Statepoints
) {
CodeGenPrepare.cpp
604
SmallVector<GCStatepointInst *, 2>
Statepoints
;
608
Statepoints
.push_back(SP);
609
for (auto &I :
Statepoints
)
Completed in 22 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026