Searched refs:FuncNameVar (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.h | 33 llvm::GlobalVariable *FuncNameVar; variable 47 : CGM(CGModule), FuncNameVar(nullptr), NumValueSites({{0}}), in CodeGenPGO()
|
H A D | CodeGenPGO.cpp | 47 FuncNameVar = llvm::createPGOFuncNameVar(CGM.getModule(), Linkage, FuncName); in setFuncName() 1143 FuncNameVar, FuncName, FunctionHash, CoverageMapping); in emitCounterRegionMapping() 1165 FuncNameVar, FuncName, FunctionHash, CoverageMapping, false); in emitEmptyCounterMapping() 1198 llvm::Value *Args[] = {FuncNameVar, in emitCounterSetOrIncrement() 1230 llvm::Value *Args[3] = {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in emitMCDCParameters() 1264 llvm::Value *Args[4] = {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in emitMCDCTestVectorBitmapUpdate() 1376 FuncNameVar, in valueProfile()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 441 GlobalVariable *FuncNameVar = nullptr; member 465 FuncNameVar = FNV; in instrumentSelects() 547 GlobalVariable *FuncNameVar; member in __anon0925556b0111::FuncPGOInstrumentation 630 FuncNameVar = createPGOFuncNameVar(F, FuncName); in FuncPGOInstrumentation() 886 auto Name = FuncInfo.FuncNameVar; in instrumentOneFunc() 969 FuncInfo.SIVisitor.instrumentSelects(&I, NumCounters, FuncInfo.FuncNameVar, in instrumentOneFunc() 1012 {FuncInfo.FuncNameVar, Builder.getInt64(FuncInfo.FunctionHash), in instrumentOneFunc() 1697 {FuncNameVar, Builder.getInt64(FuncHash), Builder.getInt32(TotalNumCtrs), in instrumentOneSelectInst()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 456 auto *FuncNameVar = in createPGOFuncNameVar() local 461 if (!GlobalValue::isLocalLinkage(FuncNameVar->getLinkage())) in createPGOFuncNameVar() 462 FuncNameVar->setVisibility(GlobalValue::HiddenVisibility); in createPGOFuncNameVar() 464 return FuncNameVar; in createPGOFuncNameVar()
|