search for: lastlast

Displaying 3 results from an estimated 3 matches for "lastlast".

2012 Dec 17
4
[LLVMdev] BasicBlock back()
...lt;< *(dyn_cast<Instruction>(prev_iter)) << "\n"; } if(last_iter){ errs() << "last_iter: " << *(dyn_cast<Instruction>(last_iter)) << "\n"; } // not related to the main question: uncomment the next line for an unusual behavior: lastlast is DIFFERENT from last. lastlast is kind of parts of the BasicBlock // errs() << "lastlast: " << *(dyn_cast<Instruction>(I)) << "\n"; ... Instruction* prev = *(dyn_cast<Instruction*>(prev_iter)); errs() << "\n prev: "<<*prev&lt...
2012 Dec 17
0
[LLVMdev] BasicBlock back()
...iter)) << > "\n"; > } > if(last_iter){ > errs() << "last_iter: " << *(dyn_cast<Instruction>(last_iter)) << > "\n"; > } > // not related to the main question: uncomment the next line for an > unusual behavior: lastlast is DIFFERENT from last. lastlast is kind of > parts of the BasicBlock > // errs() << "lastlast: " << *(dyn_cast<Instruction>(I)) << "\n"; > ... > Instruction* prev = *(dyn_cast<Instruction*>(prev_iter)); > errs() << "\n pr...
2012 Dec 18
1
[LLVMdev] BasicBlock back()
...ion>(prev_iter)) << "\n"; > } > if(last_iter){ > errs() << "last_iter: " << *(dyn_cast<Instruction>(last_iter)) << "\n"; > } > // not related to the main question: uncomment the next line for an > unusual behavior: lastlast is DIFFERENT from last. lastlast is kind of > parts of the BasicBlock > // errs() << "lastlast: " << *(dyn_cast<Instruction>(I)) << "\n"; > ... > Instruction* prev = *(dyn_cast<Instruction*>(prev_iter)); > errs() << "\n pre...