Searched defs:insertEdge (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | PostOrderIterator.h | 65 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 D | LoopIterator.h | 247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() function
|
| H A D | LazyCallGraph.h | 1025 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 D | LRGraph.cpp | 195 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 D | X86DomainReassignment.cpp | 334 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 D | MachineTraceMetrics.cpp | 452 bool insertEdge(Optional<const MachineBasicBlock *> From, in insertEdge() function in llvm::po_iterator_storage
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LazyCallGraph.cpp | 1489 void LazyCallGraph::insertEdge(Node &SourceN, Node &TargetN, Edge::Kind EK) { in insertEdge() function in LazyCallGraph
|