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

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

Completed in 145 milliseconds