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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInterval.h112 inline Interval::pred_iterator pred_begin(Interval *I) { function in namespace:llvm
H A DBlockFrequencyInfoImpl.h618 iterator pred_begin() const { return Edges.begin(); } function in struct:llvm::bfi_detail::IrreducibleGraph::IrrNode
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp81 pred_iterator_ty pred_begin(change_ty Node) { function in class:__anon3785::DAGDeltaAlgorithmImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h109 inline pred_iterator pred_begin(BasicBlock *BB) { return pred_iterator(BB); } function in namespace:llvm
110 inline const_pred_iterator pred_begin(const BasicBlock *BB) { function in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h239 pred_iterator pred_begin() { return Preds.begin(); } function in class:clang::ento::ExplodedNode
243 const_pred_iterator pred_begin() const { function in class:clang::ento::ExplodedNode
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h308 pred_iterator pred_begin() { return Predecessors.begin(); } function in class:llvm::MachineBasicBlock
309 const_pred_iterator pred_begin() const { return Predecessors.begin(); } function in class:llvm::MachineBasicBlock
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp316 edge_iterator pred_begin() const { return Preds.begin(); } function in class:__anon4602::BBState

Completed in 131 milliseconds