Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFrameInfo.h368 bool hasFunctionContextIndex() const { return FunctionContextIdx != -1; } in hasFunctionContextIndex() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRPrinter.cpp506 if (MFI.hasFunctionContextIndex()) { in convertStackObjects()