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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2274 BasicBlock *CommonDest = PBI->getSuccessor(PBIOp);
2277 for (BasicBlock::iterator II = CommonDest->begin();
2310 // Make sure we get to CommonDest on True&True directions.
2325 PBI->setSuccessor(0, CommonDest);
2339 // The weight to CommonDest should be PredCommon * SuccTotal +
2359 // We know that the CommonDest already had an edge from PBI to
2364 for (BasicBlock::iterator II = CommonDest->begin();
3203 BasicBlock **CommonDest,
3220 // If we did not have a CommonDest before, use the current one.
3221 if (!*CommonDest)
3201 GetCaseResults(SwitchInst *SI, BasicBlock *CaseDest, BasicBlock **CommonDest, SmallVector<std::pair<PHINode*,Constant*>, 4> &Res) argument
3485 BasicBlock *CommonDest = NULL; local
[all...]

Completed in 107 milliseconds