Lines Matching refs:GV
55 ClassifyGlobalReference(const GlobalValue *GV, const TargetMachine &TM) const { in ClassifyGlobalReference() argument
58 if (GV->hasDLLImportLinkage()) in ClassifyGlobalReference()
64 bool isDecl = GV->hasAvailableExternallyLinkage(); in ClassifyGlobalReference()
65 if (GV->isDeclaration() && !GV->isMaterializable()) in ClassifyGlobalReference()
78 if (GV->hasDefaultVisibility() && in ClassifyGlobalReference()
79 (isDecl || GV->isWeakForLinker())) in ClassifyGlobalReference()
85 if (!GV->hasLocalLinkage() && GV->hasDefaultVisibility()) in ClassifyGlobalReference()
94 if (GV->hasLocalLinkage() || GV->hasHiddenVisibility()) in ClassifyGlobalReference()
105 if (!isDecl && !GV->isWeakForLinker()) in ClassifyGlobalReference()
110 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference. in ClassifyGlobalReference()
115 if (isDecl || GV->hasCommonLinkage()) { in ClassifyGlobalReference()
129 if (!isDecl && !GV->isWeakForLinker()) in ClassifyGlobalReference()
134 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference. in ClassifyGlobalReference()