Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDirectedGraph.h123 void removeEdge(EdgeType &E) { Edges.remove(&E); } in removeEdge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1032 void removeEdge(Function &Source, Function &Target) { in removeEdge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h653 void removeEdge(EdgeId EId) { in removeEdge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1483 void LazyCallGraph::removeEdge(Node &SourceN, Node &TargetN) { in removeEdge() function in LazyCallGraph
DMemorySSAUpdater.cpp522 void MemorySSAUpdater::removeEdge(BasicBlock *From, BasicBlock *To) { in removeEdge() function in MemorySSAUpdater
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h251 void removeEdge(const_edge_iterator I) { Edges.erase(I); } in removeEdge() function