Searched refs:Cand1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCBranchCoalescing.cpp | 733 CoalescingCandidateInfo Cand1, Cand2; in runOnMachineFunction() local 741 Cand1.clear(); in runOnMachineFunction() 744 Cand1.BranchBlock = &MBB; in runOnMachineFunction() 747 if (!canCoalesceBranch(Cand1)) in runOnMachineFunction() 750 Cand2.BranchBlock = Cand1.BranchTargetBlock; in runOnMachineFunction() 757 assert(MPDT->dominates(Cand2.BranchTargetBlock, Cand1.BranchBlock) && in runOnMachineFunction() 760 if (!identicalOperands(Cand1.Cond, Cand2.Cond)) { in runOnMachineFunction() 761 LLVM_DEBUG(dbgs() << "Blocks " << Cand1.BranchBlock->getNumber() in runOnMachineFunction() 766 if (!canMerge(Cand2, Cand1)) { in runOnMachineFunction() 768 << Cand1.BranchBlock->getNumber() << " and " in runOnMachineFunction() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaOverload.cpp | 9397 static Comparison compareEnableIfAttrs(const Sema &S, const FunctionDecl *Cand1, in compareEnableIfAttrs() argument 9400 bool Cand1Attr = Cand1->hasAttr<EnableIfAttr>(); in compareEnableIfAttrs() 9408 auto Cand1Attrs = Cand1->specific_attrs<EnableIfAttr>(); in compareEnableIfAttrs() 9436 isBetterMultiversionCandidate(const OverloadCandidate &Cand1, in isBetterMultiversionCandidate() argument 9438 if (!Cand1.Function || !Cand1.Function->isMultiVersion() || !Cand2.Function || in isBetterMultiversionCandidate() 9444 if (Cand1.Function->isInvalidDecl()) { in isBetterMultiversionCandidate() 9454 bool Cand1CPUDisp = Cand1.Function->hasAttr<CPUDispatchAttr>(); in isBetterMultiversionCandidate() 9456 const auto *Cand1CPUSpec = Cand1.Function->getAttr<CPUSpecificAttr>(); in isBetterMultiversionCandidate() 9537 Sema &S, const OverloadCandidate &Cand1, const OverloadCandidate &Cand2, in isBetterOverloadCandidate() argument 9542 return Cand1.Viable; in isBetterOverloadCandidate() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Overload.h | 1156 const OverloadCandidate &Cand1,
|