Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CurrentBlock

2226     BasicBlock *CurrentBlock = *DI;
2229 if (CurrentBlock == &F.getEntryBlock()) continue;
2232 if (CurrentBlock->isLandingPad()) continue;
2234 for (BasicBlock::iterator BI = CurrentBlock
2235 BE = CurrentBlock->end(); BI != BE; ) {
2263 for (pred_iterator PI = pred_begin(CurrentBlock),
2264 PE = pred_end(CurrentBlock); PI != PE; ++PI) {
2269 if (P == CurrentBlock) {
2301 unsigned SuccNum = GetSuccessorNumber(PREPred, CurrentBlock);
2347 pred_iterator PB = pred_begin(CurrentBlock), PE = pred_end(CurrentBlock);
2350 CurrentBlock->begin());
2357 addToLeaderTable(ValNo, Phi, CurrentBlock);
2374 removeFromLeaderTable(ValNo, CurInst, CurrentBlock);