Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bvgraph.h69 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() function
104 bool hasEdge(uptr from, uptr to) const { in hasEdge() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
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
/external/llvm-project/mlir/lib/Transforms/
DLoopFusion.cpp334 bool hasEdge(unsigned srcId, unsigned dstId, Value value = nullptr) { in hasEdge() function