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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2350 BasicBlock *CommonDest = PBI->getSuccessor(PBIOp);
2353 for (BasicBlock::iterator II = CommonDest->begin();
2386 // Make sure we get to CommonDest on True&True directions.
2401 PBI->setSuccessor(0, CommonDest);
2415 // The weight to CommonDest should be PredCommon * SuccTotal +
2435 // We know that the CommonDest already had an edge from PBI to
2440 for (BasicBlock::iterator II = CommonDest->begin();
3350 /// at the common destination basic block, *CommonDest, for one of the case
3357 BasicBlock **CommonDest,
3385 // If we did not have a CommonDest befor
3354 GetCaseResults(SwitchInst *SI, ConstantInt *CaseVal, BasicBlock *CaseDest, BasicBlock **CommonDest, SmallVectorImpl<std::pair<PHINode*,Constant*> > &Res) argument
3683 BasicBlock *CommonDest = 0; local
[all...]

Completed in 59 milliseconds