Searched refs:FCache (Results 1 – 4 of 4) sorted by relevance
81 FunctionCallee FCache = M->getOrInsertFunction(NewFn, F.getFunctionType()); in lowerObjCCall() local83 if (Function *Fn = dyn_cast<Function>(FCache.getCallee())) { in lowerObjCCall()104 U.set(FCache.getCallee()); in lowerObjCCall()115 CallInst *NewCI = Builder.CreateCall(FCache, Args, BundleList); in lowerObjCCall()
40 FunctionCallee FCache = in ReplaceCallWith() local45 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith()
100 FunctionCallee FCache = M->getOrInsertFunction( in createScalarMASSCall() local103 CI.setCalledFunction(FCache); in createScalarMASSCall()
145 FunctionCallee FCache = M.getOrInsertFunction( in lowerMASSVCall() local148 CI->setCalledFunction(FCache); in lowerMASSVCall()