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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h123 void removeEdge(EdgeType &E) { Edges.remove(&E); } function in class:llvm::DGNode
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h71 bool removeEdge(uptr from, uptr to) { function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h653 void removeEdge(EdgeId EId) { function in class:llvm::PBQP::Graph
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1035 void removeEdge(Function &Source, Function &Target) { function in class:llvm::LazyCallGraph::Edge
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp524 void MemorySSAUpdater::removeEdge(BasicBlock *From, BasicBlock *To) { function in class:MemorySSAUpdater
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1836 bool removeEdge = false; local

Completed in 87 milliseconds