HomeSort by: relevance | last modified time | path
    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