Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp200 InstructionCost NumInstsThisBB = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock() local
201 NumBBInsts[BB] = NumInstsThisBB; in analyzeBasicBlock()