Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bvgraph.h72 bool removeEdge(uptr from, uptr to) { in removeEdge() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DGraph.h72 void removeEdge(AdjEdgeItr ae) { in removeEdge() function
336 void removeEdge(EdgeItr eItr) { in removeEdge() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cc49 bool removeEdge(uptr from, uptr to) { in removeEdge() function in SimpleGraph
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathNumbering.cpp154 void BallLarusNode::removeEdge(BLEdgeVector& v, BallLarusEdge* e) { in removeEdge() function in BallLarusNode
DProfileInfo.cpp212 void ProfileInfoT<Function,BasicBlock>::removeEdge(Edge e) { in removeEdge() function in llvm::ProfileInfoT
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h827 void removeEdge(Function &Caller, Function &Callee) { in removeEdge() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1031 void removeEdge(Function &Source, Function &Target) { in removeEdge() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h654 void removeEdge(EdgeId EId) { in removeEdge() function
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h660 void removeEdge(EdgeId EId) { in removeEdge() function
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp1236 void LazyCallGraph::removeEdge(Node &SourceN, Function &Target) { in removeEdge() function in LazyCallGraph
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1470 void LazyCallGraph::removeEdge(Node &SourceN, Node &TargetN) { in removeEdge() function in LazyCallGraph
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2400 bool removeEdge = false; in optimizeEdges() local