Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp205 Alignment = STI->getTargetLowering()->getMinFunctionAlignment(); in init()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1819 Align getMinFunctionAlignment() const { return MinFunctionAlignment; } in getMinFunctionAlignment() function