Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCFG.h242 using succ_range = iterator_range<succ_iterator>; variable
259 inline succ_range successors(Instruction *I) { in successors()
260 return succ_range(succ_begin(I), succ_end(I)); in successors()
284 inline succ_range successors(BasicBlock *BB) { in successors()
285 return succ_range(succ_begin(BB), succ_end(BB)); in successors()