Home
last modified time | relevance | path

Searched defs:NumInsts (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCodeMetrics.h45 unsigned NumInsts, NumBlocks; member
/external/llvm/include/llvm/Analysis/
DCodeMetrics.h63 unsigned NumInsts = false; member
/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp72 unsigned NumInsts = 0; in computeFunctionSummary() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2InstrInfo.cpp583 unsigned NumInsts = 0; in scheduleTwoAddrSource() local
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h246 FunctionSummary(GVFlags Flags, unsigned NumInsts) in FunctionSummary()