Home
last modified time | relevance | path

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

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