Searched defs:IsLargeFunction (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/ | ||
H A D | LoongArchFrameLowering.cpp | 153 bool IsLargeFunction = !isInt<27>(estimateFunctionSizeInBytes(TII, MF)); processFunctionBeforeFrameFinalized() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVFrameLowering.cpp | 1220 bool IsLargeFunction = !isInt<20>(estimateFunctionSizeInBytes(MF, *TII)); processFunctionBeforeFrameFinalized() local |