Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp260 auto MaybeInstCount = in processRemark() local
262 if (!MaybeInstCount) in processRemark()
263 return MaybeInstCount.takeError(); in processRemark()
264 FuncNameToSizeInfo[Remark.FunctionName].InstCount = *MaybeInstCount; in processRemark()