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