Searched refs:ResetF (Results 1 – 3 of 3) sorted by relevance
674 FunctionCallee ResetF = M->getOrInsertFunction("llvm_reset_counters", FTy); in AddFlushBeforeForkAndExec() local675 Builder.CreateCall(ResetF)->setDebugLoc(Loc); in AddFlushBeforeForkAndExec()990 Function *ResetF = insertReset(CountersBySP); in emitGlobalConstructor() local1009 Builder.CreateCall(GCOVInit, {WriteoutF, ResetF}); in emitGlobalConstructor()1018 Function *ResetF = insertReset(CountersBySP); in emitModuleInitFunctionPtrs() local1338 Function *ResetF = M->getFunction("__llvm_gcov_reset"); in insertReset() local1339 if (!ResetF) in insertReset()1340 ResetF = createInternalFunction(FTy, "__llvm_gcov_reset", "_ZTSFvvE"); in insertReset()1341 ResetF->addFnAttr(Attribute::NoInline); in insertReset()1343 BasicBlock *Entry = BasicBlock::Create(*Ctx, "entry", ResetF); in insertReset()[all …]
315 ResetF)