HomeSort by relevance Sort by last modified time
    Searched refs:BestSucc (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 338 MachineBasicBlock *BestSucc = nullptr;
405 if (BestSucc && BestWeight >= SuccWeight)
407 BestSucc = *SI;
410 return BestSucc;
506 MachineBasicBlock *BestSucc = selectBestSuccessor(BB, Chain, BlockFilter);
511 if (!BestSucc)
512 BestSucc = selectBestCandidateBlock(Chain, BlockWorkList, BlockFilter);
514 if (!BestSucc) {
515 BestSucc = getFirstUnplacedBlock(F, Chain, PrevUnplacedBlockIt,
517 if (!BestSucc)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 720 unsigned BestSucc = GetBestDestForJumpOnUndef(BB);
725 if (i == BestSucc) continue;
731 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm);
    [all...]

Completed in 96 milliseconds