Home
last modified time | relevance | path

Searched defs:hasEdge (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h68 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() function
103 bool hasEdge(uptr from, uptr to) const { in hasEdge() function
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp301 bool MemRefDependenceGraph::hasEdge(unsigned srcId, unsigned dstId, in hasEdge() function in MemRefDependenceGraph