Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_bvgraph_test.cc49 bool removeEdge(uptr from, uptr to) { in removeEdge() function in SimpleGraph
57 EXPECT_TRUE(g->removeEdge(from, to)); in checkSameAs()
144 s_g.removeEdge(*from, to); in RemoveEdges()
150 s_g.removeEdge(from, *to); in RemoveEdges()
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDLazyCallGraph.h456 void removeEdge(Node &Caller, Function &Callee);
459 void removeEdge(Function &Caller, Function &Callee) { in removeEdge() function
460 return removeEdge(get(Caller), Callee); in removeEdge()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_bvgraph.h72 bool removeEdge(uptr from, uptr to) { in removeEdge() function
/NextBSD/contrib/llvm/include/llvm/CodeGen/PBQP/
HDGraph.h602 removeEdge(EId); in removeNode()
660 void removeEdge(EdgeId EId) { in removeEdge() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp2400 bool removeEdge = false; in optimizeEdges() local
2405 removeEdge = true; in optimizeEdges()
2413 removeEdge = true; in optimizeEdges()
2429 removeEdge = true; in optimizeEdges()
2444 removeEdge = true; in optimizeEdges()
2448 if (removeEdge) { in optimizeEdges()
/NextBSD/contrib/llvm/lib/Analysis/
HDLazyCallGraph.cpp538 void LazyCallGraph::removeEdge(Node &CallerN, Function &Callee) { in removeEdge() function in LazyCallGraph