Searched defs:AddEdge (Results 1 – 5 of 5) sorted by relevance
97 void AddEdge(const Vertex& vertex1, const Vertex& vertex2, double weight) { in AddEdge() function113 void AddEdge(const Vertex& vertex1, const Vertex& vertex2) { in AddEdge() function
221 def AddEdge(self, mFrom, mTo): member in _Graph
113 void AddEdge(unsigned FromIdx, unsigned ToIdx) { in AddEdge() function in llvm::Graph
744 void UbigraphViz::AddEdge(ExplodedNode *Src, ExplodedNode *Dst) { in AddEdge() function in UbigraphViz
430 bool AddEdge = false; in tryInterproceduralAnalysis() local