Searched refs:copyOptionValuesFrom (Results 1 – 4 of 4) sorted by relevance
176 newInst->copyOptionValuesFrom(this); in clone()265 void copyOptionValuesFrom(const Pass *other);
212 void copyOptionValuesFrom(const PassOptions &other);
48 void Pass::copyOptionValuesFrom(const Pass *other) { in copyOptionValuesFrom() function in Pass49 passOptions.copyOptionValuesFrom(other->passOptions); in copyOptionValuesFrom()
129 void detail::PassOptions::copyOptionValuesFrom(const PassOptions &other) { in copyOptionValuesFrom() function in detail::PassOptions