Searched refs:IsGuaranteedToExecute (Results 1 – 1 of 1) sorted by relevance
251 bool IsGuaranteedToExecute(MachineBasicBlock *BB, MachineLoop *CurLoop);727 bool MachineLICMBase::IsGuaranteedToExecute(MachineBasicBlock *BB, in IsGuaranteedToExecute() function in MachineLICMBase1091 !IsGuaranteedToExecute(I.getParent(), CurLoop)) { in IsLICMCandidate()1329 (!IsGuaranteedToExecute(MI.getParent(), CurLoop) && !MayCSE(&MI))) { in IsProfitableToHoist()