Searched defs:getEdge (Results 1 – 3 of 3) sorted by relevance
67 static Edge getEdge(const BType *Src, const BType *Dest) { in getEdge() function
97 static Edge getEdge(const BType *Src, const BType *Dest) { in getEdge() function
114 EdgeEntry& getEdge(EdgeItr eItr) { return *eItr; } in getEdge() function115 const EdgeEntry& getEdge(ConstEdgeItr eItr) const { return *eItr; } in getEdge() function