Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h112 bool HasPreallocatedCall = false; variable
222 bool hasPreallocatedCall() const { return HasPreallocatedCall; } in hasPreallocatedCall()
223 void setHasPreallocatedCall(bool v) { HasPreallocatedCall = v; } in setHasPreallocatedCall()