Home
last modified time | relevance | path

Searched refs:hasDefinitiveInitializer (Results 1 – 20 of 20) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLatticeUtils.cpp29 !GV->hasDefinitiveInitializer()) in canTrackGlobalVariableInterprocedurally()
H A DLoopUnrollAnalyzer.cpp113 if (!GV || !GV->hasDefinitiveInitializer() || !GV->isConstant()) in visitLoad()
H A DLint.cpp445 if (GV->hasDefinitiveInitializer()) { in visitMemoryReference()
H A DConstantFolding.cpp644 if (!GV->isConstant() || !GV->hasDefinitiveInitializer()) in ReadByteArrayFromGlobal()
735 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer()) in ConstantFoldLoadFromConstPtr()
H A DInstructionSimplify.cpp7029 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer()) in simplifyLoadInst()
H A DValueTracking.cpp6261 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer()) in getConstantDataArrayInfo()
/src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp118 assert(GV->hasDefinitiveInitializer() && in runImpl()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h115 inline bool hasDefinitiveInitializer() const { in hasDefinitiveInitializer() function
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp95 return !GV->isConstant() || !GV->hasDefinitiveInitializer() || in isUnmergeableGlobal()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpTableToSwitch.cpp52 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer()) in parseJumpTable()
H A DMemCpyOptimizer.cpp1751 if (GV->isConstant() && GV->hasDefinitiveInitializer()) in processMemCpy()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp231 if (!GV->hasDefinitiveInitializer()) in ComputeLoadResult()
419 !GV->hasDefinitiveInitializer() || in EvaluateBlock()
H A DVNCoercion.cpp276 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer()) in analyzeLoadFromClobberingMemInst()
H A DCallPromotionUtils.cpp630 if (!(GV && GV->isConstant() && GV->hasDefinitiveInitializer())) in tryPromoteCall()
/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h201 assert(GV->isConstant() && GV->hasDefinitiveInitializer()); in getInfo()
/src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp891 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer()) in foldPatternedLoads()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp860 if (!GV->hasDefinitiveInitializer() || !GV->isConstant()) in isObjectSizeLessThanOrEq()
H A DInstCombineCompares.cpp116 !GV->hasDefinitiveInitializer()) in foldCmpLoadFromIndexedGlobal()
/src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5404 Check(GV && GV->isConstant() && GV->hasDefinitiveInitializer(), in visitIntrinsicCall()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49508 if (GV->isConstant() && GV->hasDefinitiveInitializer()) { in combineAndLoadToBZHI()