This class provides efficient implementations of symbol queries related to uses, such as collecting the users of a symbol, replacing all uses, etc. This provides similar benefits to use related queries, as SymbolTableCollection did for lookup queries.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks this will help a lot :)
mlir/lib/IR/SymbolTable.cpp | ||
---|---|---|
1027 | Comment for allSymUsesVisible logic here? |
mlir/include/mlir/IR/SymbolTable.h | ||
---|---|---|
273 | The sentence is ambiguous: will you get symbol uses outside of limit for symbols defined under limit? |
The sentence is ambiguous: will you get symbol uses outside of limit for symbols defined under limit?