Home
last modified time | relevance | path

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

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