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()
807 Loop *NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()831 NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
285 Loop *NewOuter = LI->AllocateLoop(); in separateNestedLoop()
150 NewLoop = LI->AllocateLoop(); in addClonedBlockToLoopInfo()
1551 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()
1214 Loop *ClonedRootL = LI.AllocateLoop(); in cloneLoopNest()1235 Loop *ClonedL = LI.AllocateLoop(); in cloneLoopNest()1346 ClonedL = LI.AllocateLoop(); in buildClonedLoops()
1383 Loop &New = *LI.AllocateLoop(); in createClonedLoopStructure()
566 LoopT *L = AllocateLoop(Header); in analyze()
928 template <typename... ArgsTy> LoopT *AllocateLoop(ArgsTy &&... Args) { in AllocateLoop() function
3467 Loop *Lp = LI->AllocateLoop(); in createVectorLoopSkeleton()