Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getEntryBlock

2379   for (df_iterator<BasicBlock*> DI = df_begin(&F.getEntryBlock()),
2380 DE = df_end(&F.getEntryBlock()); DI != DE; ++DI) {
2384 if (CurrentBlock == &F.getEntryBlock()) continue;