Searched refs:AllocateLoop (Results 1 – 12 of 12) sorted by relevance
73 Loop *ColLoop = LI.AllocateLoop(); in CreateTiledLoops()74 Loop *RowLoop = LI.AllocateLoop(); in CreateTiledLoops()75 Loop *InnerLoop = LI.AllocateLoop(); in CreateTiledLoops()
196 auto NewLoop = LI.AllocateLoop(); in createNaturalLoopInternal()
810 Loop *NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()834 NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
149 NewLoop = LI->AllocateLoop(); in addClonedBlockToLoopInfo()
285 Loop *NewOuter = LI->AllocateLoop(); in separateNestedLoop()
1491 Loop &New = *LI->AllocateLoop(); in cloneLoop()
155 RowLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()156 ColLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()269 RowLoop = LI->AllocateLoop(); in createTileDPLoops()270 ColLoop = LI->AllocateLoop(); in createTileDPLoops()271 InnerLoop = LI->AllocateLoop(); in createTileDPLoops()
566 LoopT *L = AllocateLoop(Header); in analyze()
931 template <typename... ArgsTy> LoopT *AllocateLoop(ArgsTy &&... Args) { in AllocateLoop() function
1267 Loop *ClonedRootL = LI.AllocateLoop(); in cloneLoopNest()1288 Loop *ClonedL = LI.AllocateLoop(); in cloneLoopNest()1399 ClonedL = LI.AllocateLoop(); in buildClonedLoops()
1383 Loop &New = *LI.AllocateLoop(); in createClonedLoopStructure()
3509 Loop *Lp = LI->AllocateLoop(); in createVectorLoopSkeleton()