Home
last modified time | relevance | path

Searched refs:FlushF (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp678 Function *FlushF = insertFlush(CountersBySP); in emitProfileArcs() local
705 Builder.CreateCall(GCOVInit, {WriteoutF, FlushF}); in emitProfileArcs()
948 Function *FlushF = M->getFunction("__llvm_gcov_flush"); in insertFlush() local
949 if (!FlushF) in insertFlush()
950 FlushF = Function::Create(FTy, GlobalValue::InternalLinkage, in insertFlush()
953 FlushF->setLinkage(GlobalValue::InternalLinkage); in insertFlush()
954 FlushF->setUnnamedAddr(GlobalValue::UnnamedAddr::Global); in insertFlush()
955 FlushF->addFnAttr(Attribute::NoInline); in insertFlush()
957 FlushF->addFnAttr(Attribute::NoRedZone); in insertFlush()
959 BasicBlock *Entry = BasicBlock::Create(*Ctx, "entry", FlushF); in insertFlush()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp733 Function *FlushF = insertFlush(CountersBySP); in emitProfileArcs() local
760 Builder.CreateCall(GCOVInit, {WriteoutF, FlushF}); in emitProfileArcs()
1179 Function *FlushF = M->getFunction("__llvm_gcov_flush"); in insertFlush() local
1180 if (!FlushF) in insertFlush()
1181 FlushF = Function::Create(FTy, GlobalValue::InternalLinkage, in insertFlush()
1184 FlushF->setLinkage(GlobalValue::InternalLinkage); in insertFlush()
1185 FlushF->setUnnamedAddr(GlobalValue::UnnamedAddr::Global); in insertFlush()
1186 FlushF->addFnAttr(Attribute::NoInline); in insertFlush()
1188 FlushF->addFnAttr(Attribute::NoRedZone); in insertFlush()
1190 BasicBlock *Entry = BasicBlock::Create(*Ctx, "entry", FlushF); in insertFlush()
[all …]