Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CurrentBlock

2443   for (BasicBlock *CurrentBlock : depth_first(&F.getEntryBlock())) {
2445 if (CurrentBlock == &F.getEntryBlock()) continue;
2448 if (CurrentBlock->isLandingPad()) continue;
2450 for (BasicBlock::iterator BI = CurrentBlock->begin(),
2451 BE = CurrentBlock->end(); BI != BE; ) {
2486 for (pred_iterator PI = pred_begin(CurrentBlock),
2487 PE = pred_end(CurrentBlock); PI != PE; ++PI) {
2492 if (P == CurrentBlock) {
2527 unsigned SuccNum = GetSuccessorNumber(PREPred, CurrentBlock);
2574 CurrentBlock->begin());
2583 addToLeaderTable(ValNo, Phi, CurrentBlock);
2600 removeFromLeaderTable(ValNo, CurInst, CurrentBlock);