Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86MachineFunctionInfo.h109 bool HasPreallocatedCall = false; variable
204 bool hasPreallocatedCall() const { return HasPreallocatedCall; } in hasPreallocatedCall()
205 void setHasPreallocatedCall(bool v) { HasPreallocatedCall = v; } in setHasPreallocatedCall()