Home
last modified time | relevance | path

Searched refs:isDeclaration (Results 1 - 25 of 139) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DStripDeadPrototypes.cpp36 if (F->isDeclaration() && F->use_empty()) { in stripDeadPrototypes()
48 if (GV->isDeclaration() && GV->use_empty()) in stripDeadPrototypes()
H A DAlwaysInliner.cpp50 if (!F.isDeclaration() && F.hasFnAttribute(Attribute::AlwaysInline) && in run()
163 if (Callee->isDeclaration()) in getInlineCost()
H A DExtractGV.cpp86 deleteStuff == (bool)Named.count(&*I) && !I->isDeclaration();
106 deleteStuff == (bool)Named.count(&F) && !F.isDeclaration();
H A DSyntheticCountsPropagation.cpp77 if (F.isDeclaration()) in initializeCounts()
133 if (!F || F->isDeclaration()) in run()
H A DThinLTOBitcodeWriter.cpp147 if (F.isDeclaration() && F.use_empty()) { in simplifyExternals()
152 if (!F.isDeclaration() || F.getFunctionType() == EmptyFT || in simplifyExternals()
168 if (GV.isDeclaration() && GV.use_empty()) { in simplifyExternals()
268 if (!F->isDeclaration() && in splitAndWriteThinLTOBitcode()
290 if (!F.isDeclaration()) { in splitAndWriteThinLTOBitcode()
H A DInliner.cpp558 if (!F || F->isDeclaration()) in inlineCallsImpl()
574 if (Callee->isDeclaration()) { in inlineCallsImpl()
625 if (!Callee || Callee->isDeclaration()) in inlineCallsImpl()
807 if (!F || F->isDeclaration())
933 if (!Callee->isDeclaration())
1101 if (!NewCallee->isDeclaration())
H A DElimAvailExtern.cpp56 if (!F.isDeclaration()) in eliminateAvailableExternally()
H A DInferFunctionAttrs.cpp29 if (F.isDeclaration() && !F.hasOptNone()) in inferAllPrototypeAttributes()
H A DGlobalDCE.cpp173 if (GV.isDeclaration() || Types.empty()) in ScanVTables()
315 if (!GO.isDeclaration()) in run()
374 if (!F.isDeclaration()) in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp41 if (F.isDeclaration() || F.hasLocalLinkage() || !F.hasName()) in get()
47 if (GV.isDeclaration() || GV.hasLocalLinkage() || !GV.hasName()) in get()
H A DFunctionImportUtils.cpp203 if (!F->isDeclaration()) { in processGlobalForThinLTO()
226 assert(VI || GV.isDeclaration() || in processGlobalForThinLTO()
238 if (!GV.isDeclaration() && VI && ImportIndex.withAttributePropagation()) { in processGlobalForThinLTO()
H A DCloneModule.cpp120 if (I->isDeclaration())
144 if (I.isDeclaration())
H A DStripGCRelocates.cpp44 if (F.isDeclaration()) in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DLinkModules.cpp273 LinkFromSrc = !Src.isDeclaration() && Dest.isDeclaration(); in shouldLinkFromSource()
339 if (!DGV->isDeclaration()) in linkIfNeeded()
348 if (DGVar->isDeclaration() && SGVar->isDeclaration() && in linkIfNeeded()
377 if (GV.isDeclaration()) in linkIfNeeded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp57 if (GO->isDeclaration() || GO->hasAvailableExternallyLinkage()) in isGlobalInSmallSection()
93 if (((GVA->hasExternalLinkage() && GVA->isDeclaration()) || in isGlobalInSmallSectionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DGlobalValue.h422 return !isDeclaration() && isDefinitionExact();
531 bool isDeclaration() const;
537 return isDeclaration();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DGlobalValue.h385 return !isDeclaration() && isDefinitionExact();
487 bool isDeclaration() const;
493 return isDeclaration();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp75 if (GO->isDeclaration() || GO->hasAvailableExternallyLinkage()) in IsGlobalInSmallSection()
130 if (!ExternSData && ((GVA->hasExternalLinkage() && GVA->isDeclaration()) || in IsGlobalInSmallSectionImpl()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp55 bool isDeclaration (void) const { return m_type == TYPE_DECLARATION; } in isDeclaration() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
59 const glu::VariableDeclaration* getDeclaration (void) const { DE_ASSERT(isDeclaration()); return m_data.declaration; } in getDeclaration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp303 if (F && !F->isDeclaration()) in findModuleForSymbol()
307 if (G && !G->isDeclaration()) in findModuleForSymbol()
414 if (F->isDeclaration() || F->hasAvailableExternallyLinkage()) { in getPointerToFunction()
464 if (F && !F->isDeclaration()) in FindFunctionNamedInModulePtrSet()
476 if (GV && !GV->isDeclaration()) in FindGlobalVariableNamedInModulePtrSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp37 if (!G.hasName() || G.isDeclaration() || G.hasLocalLinkage() || in IRMaterializationUnit()
101 assert(!I->second->isDeclaration() && in discard()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp116 bool InlineHint = Callee && !Callee->isDeclaration() && in getInlineThreshold()
181 if (!Callee || Callee->isDeclaration()) in getInlineCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp72 if (!F.isDeclaration()) in createOrderFileData()
165 if (F.isDeclaration()) in run()
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Dexpression_mutator.js45 if (selected.isDeclaration()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h399 if (F.isDeclaration()) in addLogicalModule()
455 if (!GV.isDeclaration() && !VMap.count(&GV)) in addLogicalModule()
474 if (F->isDeclaration()) in addLogicalModule()
501 if (!GV.isDeclaration()) in addLogicalModule()
586 if (F.isDeclaration()) in extractAndCompile()

Completed in 14 milliseconds

123456