Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Pass/
DPassOptions.h52 virtual void copyValueFrom(const OptionBase &other) = 0;
144 void copyValueFrom(const OptionBase &other) final { in copyValueFrom() function
200 void copyValueFrom(const OptionBase &other) final { in copyValueFrom() function
/external/llvm-project/mlir/lib/Pass/
DPassRegistry.cpp134 std::get<0>(optionsIt)->copyValueFrom(*std::get<1>(optionsIt)); in copyOptionValuesFrom()