Searched refs:collectSymbolScopes (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/IR/ |
D | SymbolTable.cpp | 577 static SmallVector<SymbolScope, 2> collectSymbolScopes(Operation *symbol, in collectSymbolScopes() function 637 static SmallVector<SymbolScope, 2> collectSymbolScopes(Operation *symbol, in collectSymbolScopes() function 639 auto scopes = collectSymbolScopes(symbol, limit->getParentOp()); in collectSymbolScopes() 648 static SmallVector<SymbolScope, 1> collectSymbolScopes(StringRef symbol, in collectSymbolScopes() function 708 for (SymbolScope &scope : collectSymbolScopes(symbol, limit)) { in getSymbolUsesImpl() 745 for (SymbolScope &scope : collectSymbolScopes(symbol, limit)) { in symbolKnownUseEmptyImpl() 859 for (SymbolScope &scope : collectSymbolScopes(symbol, limit)) { in replaceAllSymbolUsesImpl()
|