Home
last modified time | relevance | path

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

123

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalVariable.h92 inline bool hasInitializer() const { return !isDeclaration(); } in hasInitializer() function
111 return hasInitializer() && in hasDefinitiveInitializer()
137 assert(hasInitializer() && "GV doesn't have initializer!"); in getInitializer()
141 assert(hasInitializer() && "GV doesn't have initializer!"); in getInitializer()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalVarInitializers.cpp27 if (GV.hasInitializer() && !O.shouldKeep()) { in extractGVsFromModule()
42 if (GV.hasInitializer()) in countGVs()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp101 if (GV->hasInitializer()) { in addEmuTlsVar()
128 if (!GV->hasInitializer()) in addEmuTlsVar()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp40 if (GV.hasInitializer()) { in eliminateAvailableExternally()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp115 hasInitializer(anyOf( in assignedToRef()
145 varDecl(allOf(hasInitializer(ignoringParenImpCasts( in forLoopMatcher()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPULDSUtils.cpp83 if (!GV.hasInitializer()) { in findVariablesToLower()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp184 if (GVar && GVar->hasInitializer()) { in lowerPrintfForGpu()
251 if (GV && GV->hasInitializer()) { in lowerPrintfForGpu()
429 if (GV && GV->hasInitializer()) { in lowerPrintfForGpu()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp148 assert(GV->hasInitializer() && in runNVVMReflect()
H A DNVPTXAsmPrinter.cpp962 if (GVar->hasInitializer()) in emitLinkageDirective()
1007 if (GVar->hasInitializer()) in printModuleLevelGV()
1040 if (GVar->hasInitializer()) in printModuleLevelGV()
1146 if (GVar->hasInitializer()) { in printModuleLevelGV()
1184 GVar->hasInitializer()) { in printModuleLevelGV()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DTypeFinder.cpp37 if (G.hasInitializer()) in run()
H A DGlobals.cpp391 if (hasInitializer()) { in setInitializer()
404 if (!hasInitializer()) in setInitializer()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DConstructionContext.h78 bool hasInitializer() const { in hasInitializer() function
152 assert(hasInitializer()); in getCXXCtorInitializer()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp59 if (GV->hasInitializer()) { in add()
H A DLayer.cpp62 if (GV.hasInitializer()) { in IRMaterializationUnit()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp119 if (GV->hasInitializer() && StoredVal == GV->getInitializer()) { in analyzeGlobalAux()
H A DRelLookupTableConverter.cpp34 if (!GV.hasInitializer() || in shouldConvertToRelLookupTable()
H A DCloneModule.cpp134 if (G.hasInitializer()) in CloneModule()
/netbsd/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp199 if (G.hasInitializer()) in ValueMapping()
481 if (G.hasInitializer()) in changeUseLists()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp143 if (GV->hasInitializer()) in lowerGlobal()
H A DXCoreAsmPrinter.cpp109 if (!GV->hasInitializer() || emitSpecialLLVMGlobal(GV)) in emitGlobalVariable()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp199 if (GV->hasInitializer()) { in emitGlobalVariable()
306 if (!G.hasInitializer() && G.hasExternalLinkage() && in emitEndOfAsmFile()
H A DWebAssemblyLowerGlobalDtors.cpp64 if (!GV || !GV->hasInitializer()) in runOnModule()
/netbsd/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp171 if (I.hasInitializer() && !GVSet.count(&I)) { in TestGlobalVariables()
218 if (!UsedVar || !UsedVar->hasInitializer()) in RemoveFunctionReferences()
1045 if (GV.hasInitializer()) { in ReduceGlobalInitializers()
1070 if (GV.hasInitializer()) in ReduceGlobalInitializers()
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DLibASTMatchersTutorial.rst241 hasInitializer(integerLiteral(equals(0))))))))
257 hasInitializer(integerLiteral(equals(0)))))))).bind("forLoop");
276 hasInitializer(integerLiteral(equals(0)))))))).bind("forLoop");
485 hasSingleDecl(varDecl(hasInitializer(integerLiteral(equals(0))))
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp112 if (G.hasInitializer()) in orderModule()
342 if (G.hasInitializer()) in predictUseListOrder()
389 if (GV.hasInitializer()) in ValueEnumerator()

123