Home
last modified time | relevance | path

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

/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
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h249 inline RNSuccIterator<NodeRef, BlockT, RegionT> succ_begin(NodeRef Node) { in succ_begin() function
/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
/llvm-project/mlir/include/mlir/IR/
H A DBlock.h263 succ_iterator succ_begin() { return getSuccessors().begin(); } succ_begin() function
/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp98 succ_iterator_ty succ_begin(change_ty Node) { succ_begin() function in __anon5dbb262c0111::DAGDeltaAlgorithmImpl
/llvm-project/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h237 succ_iterator succ_begin() { return Successors.begin(); } in succ_begin() function
236 succ_iterator succ_begin() { return Successors.begin(); } succ_begin() function
/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
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp317 edge_iterator succ_begin() const { return Succs.begin(); } succ_begin() function in __anonac71025e0111::BBState
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3883 LDVSSABlockIterator succ_begin() { succ_begin() function in __anon67dfbe7b1311::LDVSSABlock