Home
last modified time | relevance | path

Searched refs:IsLoopInvariantInst (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineLICM.cpp215 bool IsLoopInvariantInst(MachineInstr &I);
1005 bool MachineLICMBase::IsLoopInvariantInst(MachineInstr &I) { in IsLoopInvariantInst() function in MachineLICMBase
1282 if (!IsLoopInvariantInst(*NewMIs[0]) || !IsProfitableToHoist(*NewMIs[0])) { in ExtractHoistableLoad()
1413 if (!IsLoopInvariantInst(*MI) || !IsProfitableToHoist(*MI)) { in Hoist()