Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPostOrderIterator.h65 bool insertEdge(std::optional<NodeRef> From, NodeRef To) { insertEdge() function
86 bool insertEdge(std::optional<NodeRef> From, NodeRef To) { insertEdge() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
H A DLazyCallGraph.h1038 void insertEdge(Function &Source, Function &Target, Edge::Kind EK) { in insertEdge() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp333 bool insertEdge(Register Reg) { return Edges.insert(Reg).second; } in insertEdge() function in __anond9661d290111::Closure
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp470 bool insertEdge(std::optional<const MachineBasicBlock *> From, in insertEdge() function in llvm::po_iterator_storage
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1482 void LazyCallGraph::insertEdge(Node &SourceN, Node &TargetN, Edge::Kind EK) { in insertEdge() function in LazyCallGraph