| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DirectedGraph.h | 130 void removeEdge(EdgeType &E) { Edges.remove(&E); } in removeEdge() function 254 Node->removeEdge(*E); in removeNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LazyCallGraph.h | 1038 void removeEdge(Node &SourceN, Node &TargetN); 1041 void removeEdge(Function &Source, Function &Target) { in removeEdge() function 1042 return removeEdge(get(Source), get(Target)); in removeEdge()
|
| H A D | MemorySSAUpdater.h | 89 void removeEdge(BasicBlock *From, BasicBlock *To);
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_bvgraph.h | 71 bool removeEdge(uptr from, uptr to) { in removeEdge() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Graph.h | 595 removeEdge(EId); in removeNode() 653 void removeEdge(EdgeId EId) { in removeEdge() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DDG.cpp | 292 A.removeEdge(EdgeToFold); in mergeNodes()
|
| H A D | DependenceGraphBuilder.cpp | 205 Src->removeEdge(*OldEdge); in createPiBlocks()
|
| H A D | MemorySSAUpdater.cpp | 531 void MemorySSAUpdater::removeEdge(BasicBlock *From, BasicBlock *To) { in removeEdge() function in MemorySSAUpdater 832 removeEdge(Update.getFrom(), Update.getTo()); in applyUpdates()
|
| H A D | LazyCallGraph.cpp | 1485 void LazyCallGraph::removeEdge(Node &SourceN, Node &TargetN) { in removeEdge() function in LazyCallGraph
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1844 bool removeEdge = false; in optimizeEdges() local 1849 removeEdge = true; in optimizeEdges() 1857 removeEdge = true; in optimizeEdges() 1873 removeEdge = true; in optimizeEdges() 1888 removeEdge = true; in optimizeEdges() 1892 if (removeEdge) { in optimizeEdges()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLink.cpp | 204 I = B.removeEdge(I); in splitBlock()
|
| H A D | ELF_riscv.cpp | 757 IE = Block.removeEdge(IE); in finalizeBlockRelax()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 501 MSSAU->removeEdge(BB, Succ); in foldTerminators()
|
| H A D | LoopFlatten.cpp | 783 MSSAU->removeEdge(InnerExitingBlock, FI.InnerLoop->getHeader()); in DoFlattenLoopPair()
|
| H A D | SimpleLoopUnswitch.cpp | 671 MSSAU->removeEdge(ParentBB, LoopExitBB); in unswitchTrivialBranch() 2397 MSSAU->removeEdge(ParentBB, SuccBB); in unswitchNontrivialInvariants()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeLayout.cpp | 314 void removeEdge(ChainT *Other) { in removeEdge() function 488 DstChain->removeEdge(Other); in mergeEdges()
|
| H A D | LoopRotationUtils.cpp | 870 MSSAU->removeEdge(OrigPreheader, Exit); in rotateLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 340 edge_iterator removeEdge(edge_iterator I) { return Edges.erase(I); } in removeEdge() function
|