Lines Matching refs:GV
54 ClassifyGlobalReference(const GlobalValue *GV, const TargetMachine &TM) const { in ClassifyGlobalReference() argument
57 if (GV->hasDLLImportLinkage()) in ClassifyGlobalReference()
63 bool isDecl = GV->hasAvailableExternallyLinkage(); in ClassifyGlobalReference()
64 if (GV->isDeclaration() && !GV->isMaterializable()) in ClassifyGlobalReference()
77 if (GV->hasDefaultVisibility() && in ClassifyGlobalReference()
78 (isDecl || GV->isWeakForLinker())) in ClassifyGlobalReference()
84 if (!GV->hasLocalLinkage() && GV->hasDefaultVisibility()) in ClassifyGlobalReference()
93 if (GV->hasLocalLinkage() || GV->hasHiddenVisibility()) in ClassifyGlobalReference()
104 if (!isDecl && !GV->isWeakForLinker()) in ClassifyGlobalReference()
109 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference. in ClassifyGlobalReference()
114 if (isDecl || GV->hasCommonLinkage()) { in ClassifyGlobalReference()
128 if (!isDecl && !GV->isWeakForLinker()) in ClassifyGlobalReference()
133 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference. in ClassifyGlobalReference()