Searched refs:rewriteFunctions (Results 1 – 4 of 4) sorted by relevance
164 for (auto &it : other.rewriteFunctions) in mergeIn()197 rewriteFunctions.try_emplace(name, std::move(rewriteFn)); in registerRewriteFunction()
197 std::vector<PDLRewriteFunction> rewriteFunctions; variable
1030 rewriteFunctions.push_back(std::move(it.second)); in PDLByteCode()1065 ArrayRef<PDLRewriteFunction> rewriteFunctions) in ByteCodeExecutor() argument1074 rewriteFunctions(rewriteFunctions) {} in ByteCodeExecutor()1307 ArrayRef<PDLRewriteFunction> rewriteFunctions; member in __anonaa7cf1d91411::ByteCodeExecutor1350 const PDLRewriteFunction &rewriteFn = rewriteFunctions[read()]; in executeApplyRewrite()2181 constraintFunctions, rewriteFunctions); in match()2204 constraintFunctions, rewriteFunctions); in rewrite()
1347 return rewriteFunctions;1350 return rewriteFunctions;1357 rewriteFunctions.clear();1366 llvm::StringMap<PDLRewriteFunction> rewriteFunctions;