Home
last modified time | relevance | path

Searched refs:canIncreaseAlignment (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalObject.h147 bool canIncreaseAlignment() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp242 bool GlobalObject::canIncreaseAlignment() const { in canIncreaseAlignment() function in GlobalObject
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1324 if (!GO->canIncreaseAlignment()) in tryEnforceAlignment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2130 if ((GV = dyn_cast<GlobalVariable>(Val)) && GV->canIncreaseAlignment() && in optimizeCallInst()