Searched defs:pred_begin (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInterval.h109 inline Interval::pred_iterator pred_begin(Interval *I) { function in namespace:llvm
H A DBlockFrequencyInfoImpl.h617 iterator pred_begin() const { return Edges.begin(); } function in struct:llvm::bfi_detail::IrreducibleGraph::IrrNode
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp80 pred_iterator_ty pred_begin(change_ty Node) { function in class:__anon2051::DAGDeltaAlgorithmImpl
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h110 inline pred_iterator pred_begin(BasicBlock *BB) { return pred_iterator(BB); } function in namespace:llvm
111 inline const_pred_iterator pred_begin(const BasicBlock *BB) { function in namespace:llvm
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h238 pred_iterator pred_begin() { return Preds.begin(); } function in class:clang::ento::ExplodedNode
242 const_pred_iterator pred_begin() const { function in class:clang::ento::ExplodedNode
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h377 pred_iterator pred_begin() { return Predecessors.begin(); } function in class:llvm::MachineBasicBlock
378 const_pred_iterator pred_begin() const { return Predecessors.begin(); } function in class:llvm::MachineBasicBlock
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp315 edge_iterator pred_begin() const { return Preds.begin(); } function in class:__anon2889::BBState

Completed in 105 milliseconds