Searched refs:FuncNameVar (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 288 GlobalVariable *FuncNameVar = nullptr; member 310 FuncNameVar = FNV; in instrumentSelects() 340 GlobalVariable *FuncNameVar = nullptr; member 358 FuncNameVar = FNV; in instrumentMemIntrinsics() 506 GlobalVariable *FuncNameVar; member in __anon3417d88e0211::FuncPGOInstrumentation 561 FuncNameVar = createPGOFuncNameVar(F, FuncName); in FuncPGOInstrumentation() 739 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc() 745 FuncInfo.SIVisitor.instrumentSelects(F, &I, NumCounters, FuncInfo.FuncNameVar, in instrumentOneFunc() 763 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc() 773 F, NumCounters, FuncInfo.FuncNameVar, FuncInfo.FunctionHash); in instrumentOneFunc() [all …]
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 41 FuncNameVar = llvm::createPGOFuncNameVar(CGM.getModule(), Linkage, FuncName); in setFuncName() 688 FuncNameVar, FuncName, FunctionHash, CoverageMapping); in emitCounterRegionMapping() 710 FuncNameVar, FuncName, FunctionHash, CoverageMapping, false); in emitEmptyCounterMapping() 745 {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in emitCounterIncrement() 770 llvm::ConstantExpr::getBitCast(FuncNameVar, Builder.getInt8PtrTy()), in valueProfile()
|
D | CodeGenPGO.h | 35 llvm::GlobalVariable *FuncNameVar; variable
|
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 209 auto FuncNameVar = in createPGOFuncNameVar() local 214 if (!GlobalValue::isLocalLinkage(FuncNameVar->getLinkage())) in createPGOFuncNameVar() 215 FuncNameVar->setVisibility(GlobalValue::HiddenVisibility); in createPGOFuncNameVar() 217 return FuncNameVar; in createPGOFuncNameVar()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 244 GlobalVariable *FuncNameVar; member in __anon870b0e360211::FuncPGOInstrumentation 282 FuncNameVar = createPGOFuncNameVar(F, FuncName); in FuncPGOInstrumentation() 365 {llvm::ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc() 384 {llvm::ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 320 auto FuncNameVar = in createPGOFuncNameVar() local 325 if (!GlobalValue::isLocalLinkage(FuncNameVar->getLinkage())) in createPGOFuncNameVar() 326 FuncNameVar->setVisibility(GlobalValue::HiddenVisibility); in createPGOFuncNameVar() 328 return FuncNameVar; in createPGOFuncNameVar()
|