Searched refs:insertEdge (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DPostOrderIterator.h45 // edges can be pruned by returning false in the insertEdge() function. This
49 // the post-order. The insertEdge() function is called in a pre-order, while
60 bool insertEdge(NodeType *From, NodeType *To) { function in class:llvm::po_iterator_storage
80 template <class NodeType> bool insertEdge(NodeType *From, NodeType *To) { function in class:llvm::po_iterator_storage
108 if (this->insertEdge(VisitStack.back().first, BB)) {
116 this->insertEdge((NodeType*)nullptr, BB);
124 if (this->insertEdge((NodeType*)nullptr, BB)) {
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DLoopIterator.h117 bool insertEdge(BasicBlock *From, BasicBlock *To);
170 insertEdge(BasicBlock *From, BasicBlock *To) { function in class:llvm::po_iterator_storage
H A DLazyCallGraph.h445 void insertEdge(Node &Caller, Function &Callee);
448 void insertEdge(Function &Caller, Function &Callee) { function in class:llvm::LazyCallGraph
449 return insertEdge(get(Caller), Callee);
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp531 void LazyCallGraph::insertEdge(Node &CallerN, Function &Callee) { function in class:LazyCallGraph
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp429 bool insertEdge(const MachineBasicBlock *From, const MachineBasicBlock *To) {

Completed in 179 milliseconds