Searched refs:getGlobalsPromotedToConstantPool (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h247 SmallPtrSet<const GlobalVariable*, 2>& getGlobalsPromotedToConstantPool() { function in class:llvm::ARMFunctionInfo
H A DARMAsmPrinter.cpp128 for (auto *GV : AFI->getGlobalsPromotedToConstantPool())
H A DARMISelLowering.cpp3609 if (!AFI->getGlobalsPromotedToConstantPool().count(GVar) && Size > 4)
3637 if (!AFI->getGlobalsPromotedToConstantPool().count(GVar)) {

Completed in 151 milliseconds