Home
last modified time | relevance | path

Searched refs:limitIt (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DSymbolTable.cpp621 Operation *limitIt = symbol->getParentOp(); in collectSymbolScopes() local
623 ++i, limitIt = limitIt->getParentOp()) { in collectSymbolScopes()
624 assert(limitIt->hasTrait<OpTrait::SymbolTable>()); in collectSymbolScopes()
625 scopes.push_back({references[i], &limitIt->getRegion(0)}); in collectSymbolScopes()