Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp71 const Align ParentAlign = MBB.getParent()->getAlignment(); in postOffset()
72 if (Alignment <= ParentAlign) in postOffset()
77 return alignTo(PO, Alignment) + Alignment.value() - ParentAlign.value(); in postOffset()
70 const Align ParentAlign = MBB.getParent()->getAlignment(); postOffset() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp91 const Align ParentAlign = MBB.getParent()->getAlignment(); in GetAlignmentAdjustment() local
93 if (Alignment <= ParentAlign) in GetAlignmentAdjustment()