Searched refs:succ_range (Results 1 – 2 of 2) sorted by relevance
117 typedef llvm::iterator_range<succ_iterator> succ_range; typedef135 inline succ_range successors(BasicBlock *BB) { in successors()136 return succ_range(succ_begin(BB), succ_end(BB)); in successors()
252 typedef llvm::iterator_range<succ_iterator> succ_range; typedef266 inline succ_range successors() { in successors()267 return succ_range(succ_begin(), succ_end()); in successors()