Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h205 void setHasPreallocatedCall(bool v) { HasPreallocatedCall = v; } in setHasPreallocatedCall() function
H A DX86ISelLowering.cpp34356 MFI->setHasPreallocatedCall(true); in EmitInstrWithCustomInserter()