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