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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp60 STATISTIC(NumCmpBranchRejs, "Number of ccmps rejected (CmpBB branch)");
61 STATISTIC(NumCmpTermRejs, "Number of ccmps rejected (CmpBB is cbz...)");
85 // / | CmpBB
87 // | CmpBB / |
94 // The Head block is terminated by a br.cond instruction, and the CmpBB block
97 // The cmp-conversion turns the compare instruction in CmpBB into a conditional
98 // compare, and merges CmpBB into Head, speculatively executing its
112 // CmpBB:
130 // branch to CmpBB.
151 MachineBasicBlock *CmpBB; member in class:__anon3843::SSACCmpConv
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1483 BasicBlock *CmpBB = Cmp.getParent(); local
1484 BasicBlock *DomBB = CmpBB->getSinglePredecessor();
1493 assert((TrueBB == CmpBB || FalseBB == CmpBB) &&
1501 Optional<bool> Imp = isImpliedCondition(DomCond, &Cmp, DL, TrueBB == CmpBB);
1515 // br DomCond, CmpBB, FalseBB
1516 // CmpBB:
1520 (CmpBB == TrueBB) ? ConstantRange::makeExactICmpRegion(DomPred, *DomC)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1483 /// br DomCond, TrueBB, CmpBB
1484 /// CmpBB: (with DomBB being the single predecessor)
1517 BasicBlock *CmpBB = Cmp->getParent(); local
1518 BasicBlock *DomBB = CmpBB->getSinglePredecessor();
1529 if (CmpBB != FalseBB)

Completed in 174 milliseconds