Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Blocks

494 blocks
495 std::vector<BasicBlock *> Blocks;
591 // blocks denoted by BBs to this loops parent loop if required.
927 Result.Blocks.push_back(Clone);
942 for (unsigned i = 0, e = Result.Blocks.size(); i != e; ++i) {
943 BasicBlock *ClonedBB = Result.Blocks[i];
952 // Exit blocks will now have one more predecessor and their PHI nodes need
1298 addToParentLoopIfNeeded(PreLoop.Blocks);
1299 addToParentLoopIfNeeded(PostLoop.Blocks);