Searched refs:estimateFunctionSizeInBytes (Results 1 – 5 of 5) sorted by relevance
122 static uint64_t estimateFunctionSizeInBytes(const LoongArchInstrInfo *TII, in estimateFunctionSizeInBytes() function154 bool IsLargeFunction = !isInt<27>(estimateFunctionSizeInBytes(TII, MF)); in processFunctionBeforeFrameFinalized()
375 bool IsLargeFunction = !isInt<18>(MF.estimateFunctionSizeInBytes()); in processFunctionBeforeFrameFinalized()
1679 static unsigned estimateFunctionSizeInBytes(const MachineFunction &MF, in estimateFunctionSizeInBytes() function1749 bool IsLargeFunction = !isInt<20>(estimateFunctionSizeInBytes(MF, *TII)); in processFunctionBeforeFrameFinalized()
911 int64_t estimateFunctionSizeInBytes();
382 int64_t MachineFunction::estimateFunctionSizeInBytes() { in estimateFunctionSizeInBytes() function in MachineFunction