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

/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp330 MachineBasicBlock *BestSucc = 0; local
396 if (BestSucc && BestWeight >= SuccWeight)
398 BestSucc = *SI;
401 return BestSucc;
512 MachineBasicBlock *BestSucc = selectBestSuccessor(BB, Chain, BlockFilter); local
517 if (!BestSucc)
518 BestSucc = selectBestCandidateBlock(Chain, BlockWorkList, BlockFilter);
520 if (!BestSucc) {
521 BestSucc = getFirstUnplacedBlock(F, Chain, PrevUnplacedBlockIt,
523 if (!BestSucc)
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp706 unsigned BestSucc = GetBestDestForJumpOnUndef(BB); local
711 if (i == BestSucc) continue;
717 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm);

Completed in 97 milliseconds