Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h247 inline succ_iterator succ_begin(Instruction *I) { return succ_iterator(I); } in succ_begin() function
248 inline const_succ_iterator succ_begin(const Instruction *I) { in succ_begin() function
268 inline succ_iterator succ_begin(BasicBlock *BB) { in succ_begin() function
271 inline const_succ_iterator succ_begin(const BasicBlock *BB) { in succ_begin() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInterval.h99 inline Interval::succ_iterator succ_begin(Interval *I) { in succ_begin() function
H A DRegionIterator.h249 inline RNSuccIterator<NodeRef, BlockT, RegionT> succ_begin(NodeRef Node) { in succ_begin() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h250 succ_iterator succ_begin() { return Succs.begin(); } in succ_begin() function
254 const_succ_iterator succ_begin() const { in succ_begin() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp98 succ_iterator_ty succ_begin(change_ty Node) { in succ_begin() function in __anon1f25a4610111::DAGDeltaAlgorithmImpl
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h983 succ_iterator succ_begin() { return Succs.begin(); } in succ_begin() function
985 const_succ_iterator succ_begin() const { return Succs.begin(); } in succ_begin() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp317 edge_iterator succ_begin() const { return Succs.begin(); } in succ_begin() function in __anon45bba9b30111::BBState
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3882 LDVSSABlockIterator succ_begin() { in succ_begin() function in __anon61a206b01311::LDVSSABlock