Home
last modified time | relevance | path

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

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