Searched refs:LoopVersioningLICM (Results 1 – 2 of 2) sorted by relevance
149 struct LoopVersioningLICM : public LoopPass { struct152 LoopVersioningLICM() in LoopVersioningLICM() argument190 AutoResetter(LoopVersioningLICM &LVLICM) : LVLICM(LVLICM) {} in AutoResetter()194 LoopVersioningLICM &LVLICM;246 bool LoopVersioningLICM::legalLoopStructure() { in legalLoopStructure()297 bool LoopVersioningLICM::legalLoopMemoryAccesses() { in legalLoopMemoryAccesses()408 bool LoopVersioningLICM::legalLoopInstructions() { in legalLoopInstructions()489 bool LoopVersioningLICM::isLoopAlreadyVisited() { in isLoopAlreadyVisited()501 bool LoopVersioningLICM::isLegalForVersioning() { in isLegalForVersioning()559 void LoopVersioningLICM::setNoAliasToLoop(Loop *VerLoop) { in setNoAliasToLoop()[all …]
1385 SRCS_MIN+= Transforms/Scalar/LoopVersioningLICM.cpp