Displaying 1 result from an estimated 1 matches for "sccnum".
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...sg) \
> +if (DEBUGME) { \
> + if (b) { \
> + errs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
> + b->print(errs()); \
> + errs() << "\n"; \
> + } \
> +}
> +
> +#define INVALIDSCCNUM -1
> +#define INVALIDREGNUM 0
> +
> +template<class LoopinfoT>
> +void PrintLoopinfo(const LoopinfoT &LoopInfo, llvm::raw_ostream &OS) {
> + for (typename LoopinfoT::iterator iter = LoopInfo.begin(),
> + iterEnd = LoopInfo.end();
> + iter != iterEnd;...