Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Transform/Transforms/
H A DInterpreterPass.cpp75 SmallVector<std::optional<OperationName>> debugBindNames; in parseArguments() local
76 debugBindNames.reserve(debugBindTrailingArgs.size()); in parseArguments()
83 debugBindNames.push_back(std::nullopt); in parseArguments()
98 debugBindNames.emplace_back(OperationName(name.drop_front(), context)); in parseArguments()
100 debugBindNames.emplace_back(OperationName(name, context)); in parseArguments()
106 for (auto &&[position, name] : llvm::enumerate(debugBindNames)) { in parseArguments()