Searched refs:ForeBlocks (Results 1 – 1 of 1) sorted by relevance
53 BasicBlockSet &ForeBlocks, in partitionOuterLoopBlocks() argument65 ForeBlocks.insert(BB); in partitionOuterLoopBlocks()72 for (BasicBlock *BB : ForeBlocks) { in partitionOuterLoopBlocks()77 if (!ForeBlocks.count(TI->getSuccessor(i))) in partitionOuterLoopBlocks()259 BasicBlockSet ForeBlocks; in UnrollAndJamLoop() local261 partitionOuterLoopBlocks(L, SubLoop, ForeBlocks, SubLoopBlocks, AftBlocks, in UnrollAndJamLoop()314 if (ForeBlocks.count(*BB)) { in UnrollAndJamLoop()639 static bool checkDependencies(Loop *L, BasicBlockSet &ForeBlocks, in checkDependencies() argument646 if (!getLoadsAndStores(ForeBlocks, ForeMemInstr) || in checkDependencies()724 BasicBlockSet ForeBlocks; in isSafeToUnrollAndJam() local[all …]