Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h278 int FunctionContextIdx = -1; variable
360 int getFunctionContextIndex() const { return FunctionContextIdx; } in getFunctionContextIndex()
361 void setFunctionContextIndex(int I) { FunctionContextIdx = I; } in setFunctionContextIndex()