Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp459 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.cpp6946 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer()) in simplifyLoadInst()
H A DValueTracking.cpp5641 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer()) in getConstantDataArrayInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp118 assert(GV->hasDefinitiveInitializer() && in runImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h115 inline bool hasDefinitiveInitializer() const { in hasDefinitiveInitializer() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp94 return !GV->isConstant() || !GV->hasDefinitiveInitializer() || in isUnmergeableGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp231 if (!GV->hasDefinitiveInitializer()) in ComputeLoadResult()
419 !GV->hasDefinitiveInitializer() || in EvaluateBlock()
H A DCallPromotionUtils.cpp596 if (!(GV && GV->isConstant() && GV->hasDefinitiveInitializer())) in tryPromoteCall()
H A DVNCoercion.cpp276 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer()) in analyzeLoadFromClobberingMemInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h168 assert(GV->isConstant() && GV->hasDefinitiveInitializer()); in getInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp889 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer()) in foldPatternedLoads()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp861 if (!GV->hasDefinitiveInitializer() || !GV->isConstant()) in isObjectSizeLessThanOrEq()
H A DInstCombineCompares.cpp115 !GV->hasDefinitiveInitializer()) in foldCmpLoadFromIndexedGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1682 if (GV->isConstant() && GV->hasDefinitiveInitializer()) in processMemCpy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5206 Check(GV && GV->isConstant() && GV->hasDefinitiveInitializer(), in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48343 if (GV->isConstant() && GV->hasDefinitiveInitializer()) { in combineAndLoadToBZHI()