Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h66 SmallPtrSet<const GlobalVariable*,2> EmittedPromotedGlobalLabels; variable
H A DARMAsmPrinter.cpp934 if (!EmittedPromotedGlobalLabels.count(GV)) { in emitMachineConstantPoolValue()
937 EmittedPromotedGlobalLabels.insert(GV); in emitMachineConstantPoolValue()