Home
last modified time | relevance | path

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

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