Searched defs:hasEdge (Results 1 – 2 of 2) sorted by relevance
68 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() function103 bool hasEdge(uptr from, uptr to) const { in hasEdge() function
301 bool MemRefDependenceGraph::hasEdge(unsigned srcId, unsigned dstId, in hasEdge() function in MemRefDependenceGraph