Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCodeMetrics.cpp109 unsigned NumInstsBeforeThisBB = NumInsts; in analyzeBasicBlock() local
185 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp59 unsigned NumInstsBeforeThisBB = NumInsts; in analyzeBasicBlock() local
142 NumBBInsts[BB] = NumInsts - NumInstsBeforeThisBB; in analyzeBasicBlock()