Home
last modified time | relevance | path

Searched refs:CondBOp (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1538 if (const BinaryOperator *CondBOp = dyn_cast<BinaryOperator>(Cond)) { in EmitBranchOnBoolExpr() local
1541 if (CondBOp->getOpcode() == BO_LAnd) { in EmitBranchOnBoolExpr()
1548 incrementProfileCounter(CondBOp); in EmitBranchOnBoolExpr()
1567 uint64_t RHSCount = getProfileCount(CondBOp->getRHS()); in EmitBranchOnBoolExpr()
1576 incrementProfileCounter(CondBOp); in EmitBranchOnBoolExpr()
1577 setCurrentProfileCount(getProfileCount(CondBOp->getRHS())); in EmitBranchOnBoolExpr()
1587 if (CondBOp->getOpcode() == BO_LOr) { in EmitBranchOnBoolExpr()
1594 incrementProfileCounter(CondBOp); in EmitBranchOnBoolExpr()
1615 getCurrentProfileCount() - getProfileCount(CondBOp->getRHS()); in EmitBranchOnBoolExpr()
1625 incrementProfileCounter(CondBOp); in EmitBranchOnBoolExpr()
[all …]