reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
438 assert(!Blocks.empty() && "a chain should have at least one block"); 442 for (size_t BlockIdx = 0; BlockIdx < Blocks.size(); ++BlockIdx) { 443 BasicBlock *const Block = Blocks[BlockIdx];