Searched refs:FuncNameVar (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.h | 32 llvm::GlobalVariable *FuncNameVar; variable 45 : CGM(CGModule), FuncNameVar(nullptr), NumValueSites({{0}}), in CodeGenPGO()
|
| H A D | CodeGenPGO.cpp | 43 FuncNameVar = llvm::createPGOFuncNameVar(CGM.getModule(), Linkage, FuncName); in setFuncName() 905 FuncNameVar, FuncName, FunctionHash, CoverageMapping); in emitCounterRegionMapping() 927 FuncNameVar, FuncName, FunctionHash, CoverageMapping, false); in emitEmptyCounterMapping() 963 llvm::Value *Args[] = {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in emitCounterIncrement() 1001 llvm::ConstantExpr::getBitCast(FuncNameVar, Builder.getInt8PtrTy()), in valueProfile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 415 GlobalVariable *FuncNameVar = nullptr; member 437 FuncNameVar = FNV; in instrumentSelects() 529 GlobalVariable *FuncNameVar; member in __anon0345afe20211::FuncPGOInstrumentation 595 FuncNameVar = createPGOFuncNameVar(F, FuncName); in FuncPGOInstrumentation() 863 auto Name = ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy); in instrumentOneFunc() 895 FuncInfo.SIVisitor.instrumentSelects(F, &I, NumCounters, FuncInfo.FuncNameVar, in instrumentOneFunc() 938 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc() 1749 {ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in instrumentOneSelectInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 368 auto FuncNameVar = in createPGOFuncNameVar() local 373 if (!GlobalValue::isLocalLinkage(FuncNameVar->getLinkage())) in createPGOFuncNameVar() 374 FuncNameVar->setVisibility(GlobalValue::HiddenVisibility); in createPGOFuncNameVar() 376 return FuncNameVar; in createPGOFuncNameVar()
|