Home
last modified time | relevance | path

Searched refs:GVInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h115 PointerUnion<const GlobalVariable *, const DIExpression *> GVInfo; member
H A DCodeViewDebug.cpp3319 const GlobalVariable *GV = cast<const GlobalVariable *>(CVGV.GVInfo); in emitDebugInfoForRetainedTypes()
3428 dyn_cast_if_present<const GlobalVariable *>(CVGV.GVInfo)) { in emitDebugInfoForGlobal()
3455 const DIExpression *DIE = cast<const DIExpression *>(CVGV.GVInfo);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp948 auto GVInfo = Worklist.pop_back_val(); in computeImportForModule() local
949 auto *Summary = std::get<0>(GVInfo); in computeImportForModule()
950 auto Threshold = std::get<1>(GVInfo); in computeImportForModule()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp489 forEachSummary([&](GVInfo I, bool IsAliasee) { in IndexBitcodeWriter()
525 using GVInfo = std::pair<GlobalValue::GUID, GlobalValueSummary *>; typedef in __anoneb218b5c0111::IndexBitcodeWriter
4629 forEachSummary([&](GVInfo I, bool IsAliasee) { in writeCombinedGlobalValueSummary()