Home | History | Annotate | Download | only in compiler

Lines Matching refs:NodeCount

1212     use_pos = static_cast<int>(block->NodeCount()) - 1;
1238 use_pos = static_cast<int>(use_block->NodeCount()) - 1;
1424 static_cast<int>(block->NodeCount()) - 1);
1427 for (size_t i = 0; i < block->NodeCount(); i++) {