Searched refs:isReadOnlySegment (Results 1 – 3 of 3) sorted by relevance
27 if (Kind.isReadOnly() && AMDGPU::isReadOnlySegment(GV)) in SelectSectionForGlobal()60 return AMDGPU::isReadOnlySegment(GV) || in isAgentAllocation()
45 bool isReadOnlySegment(const GlobalValue *GV);
105 bool isReadOnlySegment(const GlobalValue *GV) { in isReadOnlySegment() function