Searched refs:IsGuaranteedToExecute (Results 1 – 1 of 1) sorted by relevance
246 bool IsGuaranteedToExecute(MachineBasicBlock *BB, MachineLoop *CurLoop);755 bool MachineLICMImpl::IsGuaranteedToExecute(MachineBasicBlock *BB, in IsGuaranteedToExecute() function in MachineLICMImpl1115 !IsGuaranteedToExecute(I.getParent(), CurLoop)) { in IsLICMCandidate()1352 (!IsGuaranteedToExecute(MI.getParent(), CurLoop) && !MayCSE(&MI))) { in IsProfitableToHoist()