Home
last modified time | relevance | path

Searched defs:succ_begin (Results 1 – 7 of 7) 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 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 __anoncf29fe990111::DAGDeltaAlgorithmImpl
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h984 succ_iterator succ_begin() { return Succs.begin(); } in succ_begin() function
986 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 __anon0b2926eb0111::BBState
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3916 LDVSSABlockIterator succ_begin() { in succ_begin() function in __anon52c3d0e81211::LDVSSABlock