Home
last modified time | relevance | path

Searched refs:HasPreallocatedCall (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h109 bool HasPreallocatedCall = false; variable
204 bool hasPreallocatedCall() const { return HasPreallocatedCall; } in hasPreallocatedCall()
205 void setHasPreallocatedCall(bool v) { HasPreallocatedCall = v; } in setHasPreallocatedCall()