Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h236 void setHasPreallocatedCall(bool v) { HasPreallocatedCall = v; } in setHasPreallocatedCall() function
H A DX86ISelLowering.cpp36319 MFI->setHasPreallocatedCall(true); in EmitInstrWithCustomInserter()