Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp593 auto GVInfo = Worklist.pop_back_val(); in ComputeImportForModule() local
594 auto *Summary = std::get<0>(GVInfo); in ComputeImportForModule()
595 auto Threshold = std::get<1>(GVInfo); in ComputeImportForModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h104 PointerUnion<const GlobalVariable *, const DIExpression *> GVInfo; member
H A DCodeViewDebug.cpp3128 const GlobalVariable *GV = CVGV.GVInfo.get<const GlobalVariable *>(); in emitDebugInfoForGlobals()
3226 CVGV.GVInfo.dyn_cast<const GlobalVariable *>()) { in emitDebugInfoForGlobal()
3247 const DIExpression *DIE = CVGV.GVInfo.get<const DIExpression *>(); in emitDebugInfoForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp442 forEachSummary([&](GVInfo I, bool) { in IndexBitcodeWriter()
448 using GVInfo = std::pair<GlobalValue::GUID, GlobalValueSummary *>; typedef in __anon97c08c270111::IndexBitcodeWriter
4148 forEachSummary([&](GVInfo I, bool IsAliasee) { in writeCombinedGlobalValueSummary()