Searched refs:RewriteIRRuntimeFunctions (Results 1 – 3 of 3) sorted by relevance
41 void RewriteIRRuntimeFunctions(llvm::Module* module, bool enable_fast_math);
131 runtime::RewriteIRRuntimeFunctions(&module, enable_fast_math_); in operator ()()
282 void RewriteIRRuntimeFunctions(llvm::Module* module, bool enable_fast_math) { in RewriteIRRuntimeFunctions() function