Home
last modified time | relevance | path

Searched refs:MinFunctionAlignment (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1474 return MinFunctionAlignment; in getMinFunctionAlignment()
2004 MinFunctionAlignment = Align; in setMinFunctionAlignment()
2539 unsigned MinFunctionAlignment; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp557 MinFunctionAlignment = 0; in TargetLoweringBase()