Searched refs:VerifyLlvmModule (Results 1 – 1 of 1) sorted by relevance
767 Status VerifyLlvmModule(const llvm::Module& llvm_module) { in VerifyLlvmModule() function1264 TF_RETURN_IF_ERROR(VerifyLlvmModule(*llvm_module)); in CompileLegacyCpuExecutable()1535 Status verify_status = VerifyLlvmModule(*llvm_module); in CompileAheadOfTime()