Home
last modified time | relevance | path

Searched defs:block_iterator_wrapper (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DRegionInfo.h510 block_iterator_wrapper(pointer Entry, pointer Exit) : super(df_begin(Entry)) in block_iterator_wrapper() function
519 block_iterator_wrapper() : super(df_end<pointer>((BasicBlock *)0)) {} in block_iterator_wrapper() function
521 /*implicit*/ block_iterator_wrapper(super I) : super(I) {} in block_iterator_wrapper() function