Searched refs:shouldLocalize (Results 1 – 7 of 7) sorted by relevance
43 bool Localizer::shouldLocalize(const MachineInstr &MI) { in shouldLocalize() function in Localizer124 if (!shouldLocalize(MI)) in localizeInterBlock()
56 bool shouldLocalize(const MachineInstr &MI);
72 if (!TL.shouldLocalize(MI, TTI)) in localizeInterBlock()
1008 bool shouldLocalize(const MachineInstr &MI,
16321 bool AArch64TargetLowering::shouldLocalize( in shouldLocalize() function in AArch64TargetLowering16341 return TargetLoweringBase::shouldLocalize(MI, TTI); in shouldLocalize()
2265 bool TargetLoweringBase::shouldLocalize(const MachineInstr &MI, in shouldLocalize() function in TargetLoweringBase
2829 virtual bool shouldLocalize(const MachineInstr &MI, const TargetTransformInfo *TTI) const;