Home
last modified time | relevance | path

Searched defs:insertEdge (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
DPostOrderIterator.h59 bool insertEdge(NodeType *From, NodeType *To) { in insertEdge() function
80 bool insertEdge(NodeType *From, NodeType *To) { return Visited.insert(To); } in insertEdge() function
/external/llvm/include/llvm/Analysis/
DLoopIterator.h170 insertEdge(BasicBlock *From, BasicBlock *To) { in insertEdge() function
DLazyCallGraph.h445 void insertEdge(Function &Caller, Function &Callee) { in insertEdge() function
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp531 void LazyCallGraph::insertEdge(Node &CallerN, Function &Callee) { in insertEdge() function in LazyCallGraph
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp437 bool insertEdge(const MachineBasicBlock *From, const MachineBasicBlock *To) { in insertEdge() function in llvm::po_iterator_storage