OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LRSpilled
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h
61
///
LRSpilled
- True if the LR register has been for spilled for
63
bool
LRSpilled
= false;
166
bool isLRSpilled() const { return
LRSpilled
; }
167
void setLRIsSpilled(bool s) {
LRSpilled
= s; }
ARMFrameLowering.cpp
1763
bool
LRSpilled
= false;
1854
LRSpilled
= true;
1862
LRSpilled
= true;
1895
if (!
LRSpilled
&& AFI->isThumb1OnlyFunction()) {
2002
if (MF.getTarget().Options.DisableFramePointerElim(MF) && !
LRSpilled
) {
2004
LRSpilled
= true;
2141
LRSpilled
= true;
2153
if (!
LRSpilled
&& CS1Spilled && !ExpensiveLRRestore) {
Completed in 17 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026