Searched defs:SuccessorProxy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCFG.h123 class SuccessorProxy { class in class:llvm::SuccIterator
127 explicit SuccessorProxy(const Self &it) : it(it) {} function in class:llvm::SuccIterator::SuccessorProxy
129 SuccessorProxy &operator=(SuccessorProxy r) {
134 SuccessorProxy &operator=(reference r) {
231 inline SuccessorProxy operator[](int offset) {
234 return SuccessorProxy(tmp);

Completed in 981 milliseconds