Searched refs:CurrentBlock (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp2394 BasicBlock *CurrentBlock = *DI; local
2397 if (CurrentBlock == &F.getEntryBlock()) continue;
2400 if (CurrentBlock->isLandingPad()) continue;
2402 for (BasicBlock::iterator BI = CurrentBlock->begin(),
2403 BE = CurrentBlock->end(); BI != BE; ) {
2438 for (pred_iterator PI = pred_begin(CurrentBlock),
2439 PE = pred_end(CurrentBlock); PI != PE; ++PI) {
2444 if (P == CurrentBlock) {
2476 unsigned SuccNum = GetSuccessorNumber(PREPred, CurrentBlock);
2522 pred_iterator PB = pred_begin(CurrentBlock), P
[all...]

Completed in 179 milliseconds