Searched refs:getLoops (Results 1 – 7 of 7) sorted by relevance
106 const ArrayRef<Loop*> Loops = LN.getLoops(); in TEST()204 const ArrayRef<Loop*> Loops = LN.getLoops(); in TEST()288 const ArrayRef<Loop *> Loops = LN.getLoops(); in TEST()
117 ArrayRef<Loop *> getLoops() const { return Loops; } in getLoops() function
893 loops.resize(getLoops().size()); in apply()938 transformResults.set(getLoops()[en.index()].cast<OpResult>(), en.value()); in apply()992 producesHandle(getLoops(), effects); in getEffects()
446 for (const Loop *L : LN.getLoops()) in operator <<()
444 ArrayRef<Loop *> Loops = LN.getLoops(); in tryToUnrollAndJamLoop()
434 SmallVector<Loop *, 8> LoopList(LN.getLoops().begin(), LN.getLoops().end()); in run()
898 for (Loop *InnerLoop : LN.getLoops()) { in Flatten()