Searched refs:FuncNameVar (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 293 GlobalVariable *FuncNameVar = nullptr; member 315 FuncNameVar = FNV; in instrumentSelects() 345 GlobalVariable *FuncNameVar = nullptr; member 363 FuncNameVar = FNV; in instrumentMemIntrinsics() 511 GlobalVariable *FuncNameVar; member in __anoncdc89db00211::FuncPGOInstrumentation 566 FuncNameVar = createPGOFuncNameVar(F, FuncName); in FuncPGOInstrumentation() 744 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc() 768 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc() 778 F, NumCounters, FuncInfo.FuncNameVar, FuncInfo.FunctionHash); in instrumentOneFunc() 1233 {ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in instrumentOneSelectInst() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 42 FuncNameVar = llvm::createPGOFuncNameVar(CGM.getModule(), Linkage, FuncName); in setFuncName() 845 FuncNameVar, FuncName, FunctionHash, CoverageMapping); in emitCounterRegionMapping() 867 FuncNameVar, FuncName, FunctionHash, CoverageMapping, false); in emitEmptyCounterMapping() 903 llvm::Value *Args[] = {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in emitCounterIncrement() 935 llvm::ConstantExpr::getBitCast(FuncNameVar, Builder.getInt8PtrTy()), in valueProfile()
|
| H A D | CodeGenPGO.h | 32 llvm::GlobalVariable *FuncNameVar; variable
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 321 auto FuncNameVar = in createPGOFuncNameVar() local 326 if (!GlobalValue::isLocalLinkage(FuncNameVar->getLinkage())) in createPGOFuncNameVar() 327 FuncNameVar->setVisibility(GlobalValue::HiddenVisibility); in createPGOFuncNameVar() 329 return FuncNameVar; in createPGOFuncNameVar()
|