search for: numberofblock

Displaying 1 result from an estimated 1 matches for "numberofblock".

Did you mean: numberofblocks
2012 Sep 03
1
[LLVMdev] Selection DAG output as bare DAG, code review
...on - or if there are any obvious omissions in the code that might be affecting the results. Thanking you all in advance. Joe CODE void SelectionDAGISel::CodeGenAndEmitDAG() { std::string GroupName; std::cout<<"-Joe: we have entered a block"<<std::endl; static int numberOfBlocks=0; numberOfBlocks++; std::cout<<"-We are in Block:"<<numberOfBlocks<<std::endl; //FIRST OF ALL, LET US TRY NUMBERING THE NODES int in=0; for (SelectionDAG::allnodes_iterator I = CurDAG->allnodes_begin(),E = CurDAG->allnodes_end(); I != E; ++I)...