Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCFG.h245 inline succ_iterator succ_begin(Instruction *I) { return succ_iterator(I); } in succ_begin() function
246 inline succ_const_iterator succ_begin(const Instruction *I) { in succ_begin() function
266 inline succ_iterator succ_begin(BasicBlock *BB) { in succ_begin() function
269 inline succ_const_iterator succ_begin(const BasicBlock *BB) { in succ_begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInterval.h102 inline Interval::succ_iterator succ_begin(Interval *I) { in succ_begin() function
DRegionIterator.h242 inline RNSuccIterator<NodeRef, BlockT, RegionT> succ_begin(NodeRef Node) { in succ_begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp99 succ_iterator_ty succ_begin(change_ty Node) { in succ_begin() function in __anon5de0b7830111::DAGDeltaAlgorithmImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp319 edge_iterator succ_begin() const { return Succs.begin(); } in succ_begin() function in __anon92aa02150111::BBState