[LLVMdev] suggestion: add a member in llvm::CodeMetrics

Yuanfang Chen tabloid.adroit at gmail.com
Mon May 17 17:08:47 PDT 2010


Is it worthwhile to add a

void analyzeInstRange(InstIter begin, InstIter end) {}

which estimate code metrics of any instruction range in a basic block.
Or we are good with analyzeBasicBlock as an upperbound?

thanks
yuanfang



More information about the llvm-dev mailing list