Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaMachineFunctionInfo.h26 int BranchRelaxationScratchFrameIndex = -1; variable
40 return BranchRelaxationScratchFrameIndex; in getBranchRelaxationScratchFrameIndex()
43 BranchRelaxationScratchFrameIndex = Index; in setBranchRelaxationScratchFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.h57 int BranchRelaxationScratchFrameIndex = -1;
111 return BranchRelaxationScratchFrameIndex;
114 BranchRelaxationScratchFrameIndex = Index;