Searched refs:IsLICMCandidate (Results 1 – 1 of 1) sorted by relevance
233 bool IsLICMCandidate(MachineInstr &I, MachineLoop *CurLoop);510 if ((!HasNonInvariantUse && IsLICMCandidate(*MI, CurLoop)) || in ProcessMI()1006 bool MachineLICMBase::IsLICMCandidate(MachineInstr &I, MachineLoop *CurLoop) { in IsLICMCandidate() function in MachineLICMBase1043 if (!IsLICMCandidate(I, CurLoop)) { in IsLoopInvariantInst()