Home
last modified time | relevance | path

Searched refs:hasInitializer (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGlobalVariable.h97 inline bool hasInitializer() const { return !isDeclaration(); } in hasInitializer() function
116 return hasInitializer() && in hasDefinitiveInitializer()
142 assert(hasInitializer() && "GV doesn't have initializer!"); in getInitializer()
146 assert(hasInitializer() && "GV doesn't have initializer!"); in getInitializer()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLowerEmuTLS.cpp123 if (GV->hasInitializer()) { in addEmuTlsVar()
148 if (!GV->hasInitializer()) in addEmuTlsVar()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDirectXAsmPrinter.cpp44 if (!GV->hasInitializer() || GV->hasImplicitSection() || !GV->hasSection()) in emitGlobalVariable()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCMergeStringPool.cpp170 LLVM_DEBUG(dbgs() << "hasInitializer() " << Global.hasInitializer() in collectCandidateConstants()
174 if (!Global.isConstant() || !Global.hasInitializer()) in collectCandidateConstants()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDMangling.cpp57 if (GV->hasInitializer()) { in add()
HDLayer.cpp61 if (GV.hasInitializer()) { in IRMaterializationUnit()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDElimAvailExtern.cpp98 if (GV.hasInitializer()) { in eliminateAvailableExternally()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDLoopUnrolling.cpp121 hasInitializer(anyOf( in assignedToRef()
151 varDecl(allOf(hasInitializer(ignoringParenImpCasts( in forLoopMatcher()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDIRForTarget.cpp372 if (!result_global->hasInitializer()) { in CreateResultVariable()
562 if (!nsstring_global->hasInitializer()) { in RewriteObjCConstStrings()
630 if (!cstr_global->hasInitializer()) { in RewriteObjCConstStrings()
756 !_objc_selector_references_->hasInitializer()) in RewriteObjCSelector()
768 if (!_objc_meth_var_name_ || !_objc_meth_var_name_->hasInitializer()) in RewriteObjCSelector()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVVMReflect.cpp153 assert(GV->hasInitializer() && in runNVVMReflect()
HDNVPTXAsmPrinter.cpp980 if (GVar->hasInitializer()) in emitLinkageDirective()
1024 if (GVar->hasInitializer()) in printModuleLevelGV()
1060 if (GVar->hasInitializer()) in printModuleLevelGV()
1170 if (GVar->hasInitializer()) { in printModuleLevelGV()
1208 GVar->hasInitializer()) { in printModuleLevelGV()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDTypeFinder.cpp40 if (G.hasInitializer()) in run()
HDGlobals.cpp487 if (hasInitializer()) { in setInitializer()
500 if (!hasInitializer()) in setInitializer()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreLowerThreadLocal.cpp145 if (GV->hasInitializer()) in lowerGlobal()
HDXCoreAsmPrinter.cpp109 if (!GV->hasInitializer() || emitSpecialLLVMGlobal(GV)) in emitGlobalVariable()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUCtorDtorLowering.cpp148 if (!GV || !GV->hasInitializer()) in createInitOrFiniKernel()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDConstructionContext.h81 bool hasInitializer() const { in hasInitializer() function
159 assert(hasInitializer()); in getCXXCtorInitializer()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDGlobalStatus.cpp126 if (GV->hasInitializer() && StoredVal == GV->getInitializer()) { in analyzeGlobalAux()
HDRelLookupTableConverter.cpp31 if (!GV.hasInitializer() || in shouldConvertToRelLookupTable()
HDCloneModule.cpp147 if (G.hasInitializer()) in CloneModule()
HDLowerGlobalDtors.cpp79 if (!GV || !GV->hasInitializer()) in runImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDCrashDebugger.cpp183 if (I.hasInitializer() && !GVSet.count(&I)) { in TestGlobalVariables()
230 if (!UsedVar || !UsedVar->hasInitializer()) in RemoveFunctionReferences()
1030 if (GV.hasInitializer()) { in ReduceGlobalInitializers()
1055 if (GV.hasInitializer()) in ReduceGlobalInitializers()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUMemoryUtils.cpp57 if (GV.hasInitializer() && !isa<UndefValue>(GV.getInitializer())) { in isLDSVariableToLower()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDNumberObjectConversionChecker.cpp324 hasInitializer(SuspiciousNumberObjectExprM)))); in checkASTCodeBody()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILValueEnumerator.cpp116 if (G.hasInitializer()) in orderModule()
346 if (G.hasInitializer()) in predictUseListOrder()
394 if (GV.hasInitializer()) in ValueEnumerator()

1234