Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DPostOrderIterator.h65 bool insertEdge(Optional<NodeRef> From, NodeRef To) { in insertEdge() function
85 template <class NodeRef> bool insertEdge(Optional<NodeRef> From, NodeRef To) { in insertEdge() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopIterator.h247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
H A DLazyCallGraph.h1025 void insertEdge(Function &Source, Function &Target, Edge::Kind EK) { in insertEdge() function
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DLRGraph.cpp195 void insertEdge(StateID Src, StateID Dst, SymbolID Label) { in buildLR0() function in clang::pseudo::LRGraph::buildLR0::Builder
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp334 bool insertEdge(Register Reg) { return Edges.insert(Reg).second; } in insertEdge() function in __anonc7e7f4590111::Closure
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp452 bool insertEdge(Optional<const MachineBasicBlock *> From, in insertEdge() function in llvm::po_iterator_storage
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1489 void LazyCallGraph::insertEdge(Node &SourceN, Node &TargetN, Edge::Kind EK) { in insertEdge() function in LazyCallGraph