Searched refs:FCache (Results 1 – 7 of 7) sorted by relevance
80 FunctionCallee FCache = M->getOrInsertFunction(NewFn, F.getFunctionType()); in lowerObjCCall() local82 if (Function *Fn = dyn_cast<Function>(FCache.getCallee())) { in lowerObjCCall()100 CallInst *NewCI = Builder.CreateCall(FCache, Args); in lowerObjCCall()
41 FunctionCallee FCache = in ReplaceCallWith() local46 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith()
40 FunctionCallee FCache = in ReplaceCallWith() local45 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith()
109 FunctionCallee FCache = M.getOrInsertFunction( in lowerMASSVCall() local113 CI->setCalledFunction(FCache); in lowerMASSVCall()
142 FunctionCallee FCache = M.getOrInsertFunction( in lowerMASSVCall() local145 CI->setCalledFunction(FCache); in lowerMASSVCall()
75 Constant* FCache = M->getOrInsertFunction(NewFn, in ReplaceCallWith() local80 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith()