Searched refs:FuncNameVar (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 314 GlobalVariable *FuncNameVar = nullptr; member 336 FuncNameVar = FNV; in instrumentSelects() 539 GlobalVariable *FuncNameVar; member in __anon71b8f0620211::FuncPGOInstrumentation 603 FuncNameVar = createPGOFuncNameVar(F, FuncName); in FuncPGOInstrumentation() 827 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc() 833 FuncInfo.SIVisitor.instrumentSelects(F, &I, NumCounters, FuncInfo.FuncNameVar, in instrumentOneFunc() 865 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), in instrumentOneFunc() 1356 {ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in instrumentOneSelectInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
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()
|