Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h370 bool hasFunctionContextIndex() const { return FunctionContextIdx != -1; } in hasFunctionContextIndex() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp501 if (MFI.hasFunctionContextIndex()) { in convertStackObjects()