Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInliner.cpp215 const uint64_t RetInstSize = BC.computeInstructionSize(*LastInst); in getInliningInfo() local
216 assert(Size >= RetInstSize); in getInliningInfo()
217 Info.SizeAfterInlining -= RetInstSize; in getInliningInfo()