Searched refs:removeEdge (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DirectedGraph.h | 123 void removeEdge(EdgeType &E) { Edges.remove(&E); } in removeEdge() function 247 Node->removeEdge(*E); in removeNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 1029 void removeEdge(Node &SourceN, Node &TargetN); 1032 void removeEdge(Function &Source, Function &Target) { in removeEdge() function 1033 return removeEdge(get(Source), get(Target)); in removeEdge()
|
D | MemorySSAUpdater.h | 105 void removeEdge(BasicBlock *From, BasicBlock *To);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 595 removeEdge(EId); in removeNode() 653 void removeEdge(EdgeId EId) { in removeEdge() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLink.cpp | 193 B.removeEdge(EdgesToRemove.back()); in splitBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceGraphBuilder.cpp | 205 Src->removeEdge(*OldEdge); in createPiBlocks()
|
D | MemorySSAUpdater.cpp | 522 void MemorySSAUpdater::removeEdge(BasicBlock *From, BasicBlock *To) { in removeEdge() function in MemorySSAUpdater 810 removeEdge(Update.getFrom(), Update.getTo()); in applyUpdates()
|
D | LazyCallGraph.cpp | 1483 void LazyCallGraph::removeEdge(Node &SourceN, Node &TargetN) { in removeEdge() function in LazyCallGraph
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 502 MSSAU->removeEdge(OrigPreheader, Exit); in rotateLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 498 MSSAU->removeEdge(BB, Succ); in foldTerminators()
|
D | SimpleLoopUnswitch.cpp | 522 MSSAU->removeEdge(ParentBB, LoopExitBB); in unswitchTrivialBranch() 2109 MSSAU->removeEdge(ParentBB, SuccBB); in unswitchNontrivialInvariants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 251 void removeEdge(const_edge_iterator I) { Edges.erase(I); } in removeEdge() function
|