OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatepointStackSlots
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h
143
///
StatepointStackSlots
- A list of temporary stack slots (frame indices)
147
SmallVector<unsigned, 50>
StatepointStackSlots
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp
95
AllocatedStackSlots.resize(Builder.FuncInfo.
StatepointStackSlots
.size());
124
Builder.FuncInfo.
StatepointStackSlots
.size() &&
129
const int FI = Builder.FuncInfo.
StatepointStackSlots
[NextSlotToAllocate];
144
Builder.FuncInfo.
StatepointStackSlots
.push_back(FI);
147
Builder.FuncInfo.
StatepointStackSlots
.size() &&
151
Builder.FuncInfo.
StatepointStackSlots
.size());
282
const auto &StatepointSlots = Builder.FuncInfo.
StatepointStackSlots
;
FunctionLoweringInfo.cpp
368
StatepointStackSlots
.clear();
Completed in 17 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026