Searched refs:hasInitializer (Results 1 - 25 of 69) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalVarInitializers.cpp27 if (GV.hasInitializer() && !O.shouldKeep()) {
42 if (GV.hasInitializer())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalVariable.h92 inline bool hasInitializer() const { return !isDeclaration(); } function in class:llvm::GlobalVariable
111 return hasInitializer() &&
137 assert(hasInitializer() && "GV doesn't have initializer!");
141 assert(hasInitializer() && "GV doesn't have initializer!");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp40 if (GV.hasInitializer()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp101 if (GV->hasInitializer()) {
128 if (!GV->hasInitializer())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPULDSUtils.cpp83 if (!GV.hasInitializer()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DTypeFinder.cpp37 if (G.hasInitializer())
H A DGlobals.cpp391 if (hasInitializer()) {
404 if (!hasInitializer())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp148 assert(GV->hasInitializer() &&
H A DNVPTXGenericToNVVM.cpp86 GV->hasInitializer() ? GV->getInitializer() : nullptr,
H A DNVPTXAsmPrinter.cpp962 if (GVar->hasInitializer())
1007 if (GVar->hasInitializer())
1040 if (GVar->hasInitializer())
1146 if (GVar->hasInitializer()) {
1184 GVar->hasInitializer()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp59 if (GV->hasInitializer()) {
H A DLayer.cpp62 if (GV.hasInitializer()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp119 if (GV->hasInitializer() && StoredVal == GV->getInitializer()) {
H A DCloneModule.cpp134 if (G.hasInitializer())
H A DRelLookupTableConverter.cpp34 if (!GV.hasInitializer() ||
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp115 hasInitializer(anyOf(
145 varDecl(allOf(hasInitializer(ignoringParenImpCasts(
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp184 if (GVar && GVar->hasInitializer()) {
251 if (GV && GV->hasInitializer()) {
429 if (GV && GV->hasInitializer()) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DConstructionContext.h78 bool hasInitializer() const { function in class:clang::ConstructionContextItem
152 assert(hasInitializer());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp64 if (!GV || !GV->hasInitializer())
H A DWebAssemblyAsmPrinter.cpp199 if (GV->hasInitializer()) {
306 if (!G.hasInitializer() && G.hasExternalLinkage() &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp109 if (!GV->hasInitializer() || emitSpecialLLVMGlobal(GV))
H A DXCoreLowerThreadLocal.cpp143 if (GV->hasInitializer())
/netbsd-current/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp199 if (G.hasInitializer())
481 if (G.hasInitializer())
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp325 hasInitializer(SuspiciousNumberObjectExprM))));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp112 if (G.hasInitializer())
342 if (G.hasInitializer())
389 if (GV.hasInitializer())

Completed in 421 milliseconds

123