reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 2379   PolynomialMultiplyRecognize PMR(L, *DL, *DT, *TLI, *SE);
 2386   const SCEV *BECount = SE->getBackedgeTakenCount(L);
 2392   L->getUniqueExitBlocks(ExitBlocks);
 2397   for (auto *BB : L->getBlocks()) {
 2399     if (LF->getLoopFor(BB) != L)
 2401     Changed |= runOnLoopBlock(L, BB, BECount, ExitBlocks);