Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Pass/
DPass.h176 newInst->copyOptionValuesFrom(this); in clone()
265 void copyOptionValuesFrom(const Pass *other);
DPassOptions.h212 void copyOptionValuesFrom(const PassOptions &other);
/external/llvm-project/mlir/lib/Pass/
DPass.cpp48 void Pass::copyOptionValuesFrom(const Pass *other) { in copyOptionValuesFrom() function in Pass
49 passOptions.copyOptionValuesFrom(other->passOptions); in copyOptionValuesFrom()
DPassRegistry.cpp129 void detail::PassOptions::copyOptionValuesFrom(const PassOptions &other) { in copyOptionValuesFrom() function in detail::PassOptions