Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DCodeMetrics.cpp126 InstructionCost NumInstsProxy = NumInsts; in analyzeBasicBlock() local
186 NumInstsProxy += TTI.getUserCost(&I, TargetTransformInfo::TCK_CodeSize); in analyzeBasicBlock()
187 NumInsts = *NumInstsProxy.getValue(); in analyzeBasicBlock()
207 InstructionCost NumInstsThisBB = NumInstsProxy - NumInstsBeforeThisBB; in analyzeBasicBlock()