Searched refs:AllocateLoop (Results 1 – 12 of 12) sorted by relevance
73 Loop *ColumnLoopInfo = LI.AllocateLoop(); in CreateTiledLoops()74 Loop *RowLoopInfo = LI.AllocateLoop(); in CreateTiledLoops()75 Loop *KLoopInfo = LI.AllocateLoop(); in CreateTiledLoops()
205 auto NewLoop = LI.AllocateLoop(); in createNaturalLoopInternal()
963 Loop *NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()987 NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
280 Loop *NewOuter = LI->AllocateLoop(); in separateNestedLoop()
160 NewLoop = LI->AllocateLoop(); in addClonedBlockToLoopInfo()
1543 Loop &New = *LI->AllocateLoop(); in cloneLoop()
156 RowLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()157 ColLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()270 RowLoop = LI->AllocateLoop(); in createTileDPLoops()271 ColLoop = LI->AllocateLoop(); in createTileDPLoops()272 InnerLoop = LI->AllocateLoop(); in createTileDPLoops()
575 LoopT *L = AllocateLoop(Header); in analyze()
956 template <typename... ArgsTy> LoopT *AllocateLoop(ArgsTy &&... Args) { in AllocateLoop() function
1315 Loop *ClonedRootL = LI.AllocateLoop(); in cloneLoopNest()1336 Loop *ClonedL = LI.AllocateLoop(); in cloneLoopNest()1447 ClonedL = LI.AllocateLoop(); in buildClonedLoops()
1385 Loop &New = *LI.AllocateLoop(); in createClonedLoopStructure()
520 State->CurrentVectorLoop = State->LI->AllocateLoop(); in execute()