Searched refs:getPrefLoopAlignment (Results 1 – 4 of 4) sorted by relevance
478 unsigned getPrefLoopAlignment(MachineLoop *ML) const override;
10472 unsigned PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const { in getPrefLoopAlignment() function in PPCTargetLowering10502 return TargetLowering::getPrefLoopAlignment(ML); in getPrefLoopAlignment()
1087 unsigned Align = TLI->getPrefLoopAlignment(L); in buildCFGChains()
957 virtual unsigned getPrefLoopAlignment(MachineLoop *ML = nullptr) const {