reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1247 NewBlocks.clear(); 1278 NewBlocks.reserve(LoopBlocks.size()); 1283 NewBlocks.push_back(NewBB); 1292 NewBlocks[0]->getIterator(), F->end()); 1305 ParentLoop->addBasicBlockToLoop(NewBlocks[0], *LI); 1342 for (unsigned i = 0, e = NewBlocks.size(); i != e; ++i) { 1343 for (Instruction &I : *NewBlocks[i]) { 1366 EmitPreheaderBranchOnCondition(LIC, Val, NewBlocks[0], LoopBlocks[0], OldBR,