Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h67 SmallPtrSet<const GlobalVariable*,2> EmittedPromotedGlobalLabels; variable
H A DARMAsmPrinter.cpp880 if (!EmittedPromotedGlobalLabels.count(GV)) { in EmitMachineConstantPoolValue()
883 EmittedPromotedGlobalLabels.insert(GV); in EmitMachineConstantPoolValue()