/llvm-project/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 193 const auto &SummaryList = VI.getSummaryList(); in isGUIDLive() local 184 auto VI = getValueInfo(ValueGUID); getGlobalValueSummary() local 216 for (auto &VI : S->refs()) { propagateAttributesToRefs() local 496 getNodeVisualName(const ValueInfo & VI) getNodeVisualName() argument 500 getNodeLabel(const ValueInfo & VI,GlobalValueSummary * GVS) getNodeLabel() argument 518 defineExternalNode(raw_ostream & OS,const char * Pfx,const ValueInfo & VI,GlobalValue::GUID Id) defineExternalNode() argument 654 auto VI = getValueInfo(SummaryIt.first); exportToDot() local [all...] |
H A D | ValueSymbolTable.cpp | 35 for (const auto &VI : vmap) in ~ValueSymbolTable() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 328 shouldImportGlobal(const ValueInfo & VI) shouldImportGlobal() argument 353 for (const auto &VI : Summary.refs()) { onImportingSummaryImpl() local 496 for (auto &VI : llvm::make_early_inc_range(ValueInfos)) { computeImportForModule() local 601 ValueInfo VI = Index.getValueInfo(I); WorkloadImportsManager() local 730 ValueInfo VI = Edge.first; computeImportForFunction() local 929 auto VI = Index.getValueInfo(GVSummary.first); computeImportForModule() local 984 isGlobalVarSummary(const ModuleSummaryIndex & Index,ValueInfo VI) isGlobalVarSummary() argument 993 if (const auto &VI = Index.getValueInfo(G)) isGlobalVarSummary() local 1003 for (auto &VI : ExportSet) numGlobalVarSummaries() local 1046 __anon05cd28790a02(StringRef ModulePath, const ValueInfo &VI) checkVariableImport() argument 1056 for (auto &VI : ExportPerModule.second) checkVariableImport() local 1113 for (const auto &VI : GVS->refs()) ComputeCrossModuleImport() local 1261 auto VI = Index.getValueInfo(GUID); updateValueInfoForIndirectCalls() local 1307 ValueInfo VI = Index.getValueInfo(GUID); computeDeadSymbolsAndUpdateIndirectCalls() local 1316 auto VI = Index.getValueInfo(Entry); computeDeadSymbolsAndUpdateIndirectCalls() local 1330 __anon05cd28790c02(ValueInfo VI, bool IsAliasee) computeDeadSymbolsAndUpdateIndirectCalls() argument 1381 auto VI = Worklist.pop_back_val(); computeDeadSymbolsAndUpdateIndirectCalls() local [all...] |
H A D | StripSymbols.cpp | 78 Value *V = VI->getValue(); in StripSymtab() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 46 const GlobalValue *SGV, ValueInfo VI) { in shouldPromoteLocalToGlobal() argument 222 ValueInfo VI; in processGlobalForThinLTO() local [all...] |
H A D | MemoryOpRemark.cpp | 374 const VariableInfo &VI = VIs[i]; in visitPtr() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-alias-template.cpp | 16 vector<int> VI; in z() local
|
H A D | builtins-systemz-zvector.cpp | 13 void testInts(vector int VI) { in testInts()
|
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
H A D | LLJITWithThinLTOSummaries.cpp | 70 DuplicateDefinitionInSummary(std::string GlobalValueName, ValueInfo VI) in DuplicateDefinitionInSummary() 139 ValueInfo VI = Index.getValueInfo(G); in getMainModulePath() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | PHITransAddr.h | 115 if (Instruction *VI = dyn_cast<Instruction>(V)) in addAsInput() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveVariables.cpp | 659 VarInfo &VI = getVarInfo(Reg); recomputeForSingleDefVirtReg() local 744 VarInfo &VI = getVarInfo(Reg); replaceKillInstruction() local 798 LiveVariables::VarInfo &VI = getVarInfo(Reg); isLiveOut() local 862 VarInfo &VI = getVarInfo(Reg); addNewBlock() local 881 LiveVariables::VarInfo &VI = getVarInfo(VirtReg); addNewBlock() local [all...] |
H A D | PHIElimination.cpp | 169 LiveVariables::VarInfo &VI = LV->getVarInfo(VirtReg); runOnMachineFunction() local 356 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); LowerPHINode() local
|
H A D | InterleavedLoadCombinePass.cpp | 1199 if (!DT.dominates(InsertionPoint, VI.SVI)) in combine() local 1143 for (auto &VI : InterleavedLoad) { combine() local 1233 for (auto &VI : InterleavedLoad) { combine() local [all...] |
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 77 ValueInfo VI; global() member
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeVGPRLiveRange.cpp | 253 LiveVariables::VarInfo &VI = LV->getVarInfo(MOReg); in collectCandidateRegisters() local 244 LiveVariables::VarInfo &VI = LV->getVarInfo(MOReg); collectCandidateRegisters() local 283 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); collectCandidateRegisters() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 590 for (const auto &VI : StoreRefEdges) computeFunctionSummary() local 598 for (const auto &VI : LoadRefEdges) computeFunctionSummary() local 602 for (const auto &VI : StoreRefEdges) computeFunctionSummary() local 867 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) setLiveRoot() local 1053 __anonf4bec86e0502(const ValueInfo &VI) buildModuleSummaryIndex() argument [all...] |
H A D | MemoryLocation.cpp | 54 return MemoryLocation(VI->getPointerOperand(), in get() argument
|
/llvm-project/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 87 if (VI->getName() == VarName) in getVariableBit() local 84 if (VarInit *VI = dyn_cast<VarInit>(VBI->getBitVar())) getVariableBit() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | easily-swappable-parameters-qualifiermixing.cpp | 24 void qualified2(int I, volatile int VI) {} in qualified2()
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 461 if (VI != ValueNumbering.end()) in lookupOrAdd() local 301 auto VI = Values.begin(); restrictToBlocks() local 554 auto VI = ValueNumbering.find(V); lookup() local [all...] |
H A D | Float2Int.cpp | 415 } else if (Instruction *VI = dyn_cast<Instruction>(V)) { convert() local
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | ast-types.cpp | 94 class VI : virtual MI { int vi; }; class
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandISEL.cpp |
|
/llvm-project/llvm/unittests/XRay/ |
H A D | GraphTest.cpp | 26 typedef typename GraphT::VertexIdentifier VI; typedef
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 168 for (const auto &VI : ExportList) computeLTOCacheKey() local 250 for (const ValueInfo &VI : GS->refs()) { computeLTOCacheKey() local 361 thinLTOResolvePrevailingGUID(const Config & C,ValueInfo VI,DenseSet<GlobalValueSummary * > & GlobalInvolvedWithAlias,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,function_ref<void (StringRef,GlobalValue::GUID,GlobalValue::LinkageTypes)> recordNewLinkage,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols) thinLTOResolvePrevailingGUID() argument 460 thinLTOInternalizeAndPromoteGUID(ValueInfo VI,function_ref<bool (StringRef,ValueInfo)> isExported,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing) thinLTOInternalizeAndPromoteGUID() argument 1813 __anonaa2c08901902(StringRef ModuleIdentifier, ValueInfo VI) runThinLTO() argument [all...] |