Home
last modified time | relevance | path

Searched refs:PromotedGlobals (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h125 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; variable
231 PromotedGlobals.insert(GV); in markGlobalAsPromotedToConstantPool()
234 return PromotedGlobals; in getGlobalsPromotedToConstantPool()
DARMAsmPrinter.h63 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; variable
DARMAsmPrinter.cpp97 if (PromotedGlobals.count(GV)) in EmitGlobalVariable()
119 PromotedGlobals.insert(GV); in runOnMachineFunction()