Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp731 CoalescingCandidateInfo Cand1, Cand2; in runOnMachineFunction() local
740 Cand2.clear(); in runOnMachineFunction()
748 Cand2.BranchBlock = Cand1.BranchTargetBlock; in runOnMachineFunction()
749 if (!canCoalesceBranch(Cand2)) in runOnMachineFunction()
755 assert(MPDT->dominates(Cand2.BranchTargetBlock, Cand1.BranchBlock) && in runOnMachineFunction()
758 if (!identicalOperands(Cand1.Cond, Cand2.Cond)) { in runOnMachineFunction()
760 << " and " << Cand2.BranchBlock->getNumber() in runOnMachineFunction()
764 if (!canMerge(Cand2, Cand1)) { in runOnMachineFunction()
767 << Cand2.BranchBlock->getNumber() << "\n"); in runOnMachineFunction()
774 MergedCandidates = mergeCandidates(Cand2, Cand1); in runOnMachineFunction()
/external/clang/lib/Sema/
DSemaOverload.cpp8505 const FunctionDecl *Cand2) { in compareEnableIfAttrs() argument
8508 bool Cand2Attr = Cand2->hasAttr<EnableIfAttr>(); in compareEnableIfAttrs()
8519 auto Cand2Attrs = getOrderedEnableIfAttrs(Cand2); in compareEnableIfAttrs()
8545 const OverloadCandidate &Cand2, in isBetterOverloadCandidate() argument
8550 if (!Cand2.Viable) in isBetterOverloadCandidate()
8562 if (Cand1.IgnoreObjectArgument || Cand2.IgnoreObjectArgument) in isBetterOverloadCandidate()
8570 assert(Cand2.NumConversions == NumArgs && "Overload candidate mismatch"); in isBetterOverloadCandidate()
8575 Cand2.Conversions[ArgIdx])) { in isBetterOverloadCandidate()
8602 if (UserDefinedConversion && Cand1.Function && Cand2.Function && in isBetterOverloadCandidate()
8604 isa<CXXConversionDecl>(Cand2.Function)) { in isBetterOverloadCandidate()
[all …]
/external/clang/include/clang/Sema/
DOverload.h798 const OverloadCandidate& Cand2,