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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp167 if ((NumSuccs == 2) && LayoutSucc && (LayoutSucc->pred_size() == 1)) {
179 JumpAroundTarget->pred_size() == 1 &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DEarlyIfConversion.cpp349 if (Succ0->pred_size() != 1)
352 if (Succ0->pred_size() != 1 || Succ0->succ_size() != 1)
360 if (Succ1->pred_size() != 1 || Succ1->succ_size() != 1 ||
453 assert(Tail->pred_size() == 2 && "Cannot replace PHIs");
524 bool ExtraPreds = Tail->pred_size() != 2;
H A DIfConversion.cpp470 if (TrueBBI.BB->pred_size() > 1) {
494 if (TrueBBI.BB->pred_size() > 1) {
546 if (TrueBBI.BB->pred_size() > 1 || FalseBBI.BB->pred_size() > 1)
1035 (CvtBBI->CannotBeCopied && CvtBBI->BB->pred_size() > 1)) {
1052 if (CvtBBI->BB->pred_size() > 1) {
1108 (CvtBBI->CannotBeCopied && CvtBBI->BB->pred_size() > 1)) {
1144 if (CvtBBI->BB->pred_size() > 1) {
1179 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough) {
1220 TrueBBI.BB->pred_size() >
[all...]
H A DShrinkWrapping.cpp449 assert(HDR->pred_size() > 0 && "Loop header has no predecessors?");
559 if (MBB->succ_size() < 2 && MBB->pred_size() < 2) {
564 if (SUCC->pred_size() > 1) {
663 if (EXB->succ_size() > 1 || EXB->pred_size() > 1)
H A DBranchFolding.cpp865 if (I->pred_size() < 2) continue;
1122 if (PriorCond.empty() && !PriorTBB && MBB->pred_size() == 1 &&
1311 while(PI != MBB->pred_size()) {
1585 if (TBB->pred_size() > 1 || FBB->pred_size() > 1)
H A DMachineCSE.cpp239 if (MBB->pred_size() != 1 || *MBB->pred_begin() != CSMBB)
H A DMachineSink.cpp623 if (SuccToSinkTo->pred_size() > 1) {
H A DMachineBlockPlacement.cpp591 while (BestPred->pred_size() == 1 &&
H A DTailDuplication.cpp859 PriorCond.empty() && !PriorTBB && TailBB->pred_size() == 1 &&
H A DRegisterCoalescer.cpp2265 unsigned cl = LHS.second->pred_size() + LHS.second->succ_size();
2266 unsigned cr = RHS.second->pred_size() + RHS.second->succ_size();
H A DMachineLICM.cpp803 if (BB->pred_size() == 1) {
H A DLiveIntervalAnalysis.cpp899 if (PHIMBB->pred_size() > 100)
H A DMachineVerifier.cpp454 if (MInfo.Preds.size() != I->pred_size())
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineBasicBlock.h269 unsigned pred_size() const { function in class:llvm::MachineBasicBlock
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1057 if (MBB->pred_size() != 1 || MBB->succ_size() != 1)

Completed in 586 milliseconds