Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp87 const Align ParentAlign = MBB.getParent()->getAlignment(); in GetAlignmentAdjustment() local
89 if (Alignment <= ParentAlign) in GetAlignmentAdjustment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp72 const Align ParentAlign = MBB.getParent()->getAlignment(); in postOffset() local
73 if (Alignment <= ParentAlign) in postOffset()
78 return alignTo(PO, Alignment) + Alignment.value() - ParentAlign.value(); in postOffset()