Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h70 bool removeEdge(uptr from, uptr to) { in removeEdge() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h71 bool removeEdge(uptr from, uptr to) { in removeEdge() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h72 bool removeEdge(uptr from, uptr to) { in removeEdge() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDirectedGraph.h129 void removeEdge(EdgeType &E) { Edges.remove(&E); } in removeEdge() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc49 bool removeEdge(uptr from, uptr to) { in removeEdge() function in SimpleGraph
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1021 void removeEdge(Function &Source, Function &Target) { in removeEdge() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h653 void removeEdge(EdgeId EId) { in removeEdge() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1495 void LazyCallGraph::removeEdge(Node &SourceN, Node &TargetN) { in removeEdge() function in LazyCallGraph
H A DMemorySSAUpdater.cpp532 void MemorySSAUpdater::removeEdge(BasicBlock *From, BasicBlock *To) { in removeEdge() function in MemorySSAUpdater
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h262 edge_iterator removeEdge(edge_iterator I) { return Edges.erase(I); } in removeEdge() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1835 bool removeEdge = false; in optimizeEdges() local