Home
last modified time | relevance | path

Searched refs:GVars (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp144 GVars.insert(GV); in ARMConstantPoolConstant()
199 Constant->GVars.insert(GVars.begin(), GVars.end()); in getExistingMachineCPValue()
211 for (const auto *GV : GVars) in addSelectionDAGCSEId()
DARMConstantPoolValue.h145 SmallPtrSet<const GlobalVariable*, 1> GVars; variable
182 return iterator_range<promoted_iterator>(GVars.begin(), GVars.end()); in promotedGlobals()