Home
last modified time | relevance | path

Searched refs:succ_range (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DCFG.h117 typedef llvm::iterator_range<succ_iterator> succ_range; typedef
135 inline succ_range successors(BasicBlock *BB) { in successors()
136 return succ_range(succ_begin(BB), succ_end(BB)); in successors()
DInstrTypes.h252 typedef llvm::iterator_range<succ_iterator> succ_range; typedef
266 inline succ_range successors() { in successors()
267 return succ_range(succ_begin(), succ_end()); in successors()