Searched refs:funC (Results 1 – 2 of 2) sorted by relevance
1 ; RUN: opt -S -mergefunc < %s | FileCheck %s -implicit-check-not=funC18 define linkonce_odr i32 @funC(i32 %x, i32 %y) {40 ; @funC, however, can safely be deleted as it has no uses, and is discardable
44 v8::Local<v8::Function> funC = v8::Local<v8::Function>::Cast(v); in JS_DateParse() local52 v = funC->Call(context, context->Global(), argc, argv).ToLocalChecked(); in JS_DateParse()