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

/external/llvm/include/llvm/Analysis/
H A DInterval.h104 /// succ_begin/succ_end - define methods so that Intervals may be used
107 inline Interval::succ_iterator succ_begin(Interval *I) { function in namespace:llvm
132 return succ_begin(N);
H A DRegionIterator.h94 BItor(succ_begin(node->getEntry())) {
182 Itor(succ_begin(node->getEntry())) {
249 inline RNSuccIterator<NodeType> succ_begin(NodeType* Node) { function in namespace:llvm
/external/llvm/tools/llvm-objdump/
H A DMCFunction.h56 succ_iterator succ_begin() const { return Succs.begin(); } function in class:llvm::MCBasicBlock
/external/llvm/include/llvm/Support/
H A DCFG.h226 inline succ_iterator succ_begin(BasicBlock *BB) { function in namespace:llvm
229 inline succ_const_iterator succ_begin(const BasicBlock *BB) { function in namespace:llvm
254 return succ_begin(N);
268 return succ_begin(N);
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp101 succ_iterator_ty succ_begin(change_ty Node) { function in class:__anon8809::DAGDeltaAlgorithmImpl
131 for (succ_iterator_ty it2 = succ_begin(*it),
204 if (succ_begin(*it) == succ_end(*it))
241 if (succ_begin(*it) != succ_end(*it)) {
243 for (succ_iterator_ty it2 = succ_begin(*it),
245 if (it2 != succ_begin(*it)) llvm::errs() << ", ";
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h212 succ_iterator succ_begin() { return Succs.begin(); } function in class:clang::ento::ExplodedNode
215 const_succ_iterator succ_begin() const { function in class:clang::ento::ExplodedNode
216 return const_cast<ExplodedNode*>(this)->succ_begin();
444 return N->succ_begin();
470 return N->succ_begin();
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h273 succ_iterator succ_begin() { return Successors.begin(); } function in class:llvm::MachineBasicBlock
274 const_succ_iterator succ_begin() const { return Successors.begin(); } function in class:llvm::MachineBasicBlock
625 return N->succ_begin();
638 return N->succ_begin();
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp1573 edge_iterator succ_begin() { return Succs.begin(); } function in class:__anon9126::BBState
2756 BBState::edge_iterator SI(MyStates.succ_begin()),

Completed in 217 milliseconds