OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPreallocatedCall
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86MachineFunctionInfo.h
109
bool
HasPreallocatedCall
= false;
204
bool
hasPreallocatedCall
() const { return
HasPreallocatedCall
; }
205
void setHasPreallocatedCall(bool v) {
HasPreallocatedCall
= v; }
X86RegisterInfo.cpp
647
if (X86FI->
hasPreallocatedCall
())
X86FrameLowering.cpp
62
!MF.getInfo<X86MachineFunctionInfo>()->
hasPreallocatedCall
();
72
MF.getInfo<X86MachineFunctionInfo>()->
hasPreallocatedCall
() ||
99
MF.getInfo<X86MachineFunctionInfo>()->
hasPreallocatedCall
() ||
Completed in 20 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026