[C++11] Add range based accessors for the Use-Def chain of a Value.
[oota-llvm.git] / lib / Analysis / PtrUseVisitor.cpp
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2012-12-11 Chandler CarruthHoist the GEP constant address offset computation to...
2012-12-10 Chandler CarruthAdd a new visitor for walking the uses of a pointer...