Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalObject.h146 bool canIncreaseAlignment() const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp279 bool GlobalObject::canIncreaseAlignment() const { in canIncreaseAlignment() function in GlobalObject
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp1423 if (!GO->canIncreaseAlignment()) in tryEnforceAlignment()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2251 if ((GV = dyn_cast<GlobalVariable>(Val)) && GV->canIncreaseAlignment() && in optimizeCallInst()