HomeSort by: relevance | last modified time | path
    Searched refs:Cand2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCBranchCoalescing.cpp 733 CoalescingCandidateInfo Cand1, Cand2;
742 Cand2.clear();
750 Cand2.BranchBlock = Cand1.BranchTargetBlock;
751 if (!canCoalesceBranch(Cand2))
757 assert(MPDT->dominates(Cand2.BranchTargetBlock, Cand1.BranchBlock) &&
760 if (!identicalOperands(Cand1.Cond, Cand2.Cond)) {
762 << " and " << Cand2.BranchBlock->getNumber()
766 if (!canMerge(Cand2, Cand1)) {
769 << Cand2.BranchBlock->getNumber() << "\n");
776 MergedCandidates = mergeCandidates(Cand2, Cand1)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 9389 /// Cand1's set of enable_if attributes are said to be "better" than Cand2's iff
9391 /// Cand2's first N enable_if attributes (where N = the number of enable_if
9392 /// attributes on Cand2), and Cand1 has more than N enable_if attributes.
9395 /// attributes are worse than Cand2's, and Cand2's enable_if attributes are
9398 const FunctionDecl *Cand2) {
9401 bool Cand2Attr = Cand2->hasAttr<EnableIfAttr>();
9409 auto Cand2Attrs = Cand2->specific_attrs<EnableIfAttr>();
9416 // It's impossible for Cand1 to be better than (or equal to) Cand2 if Cand1
9417 // has fewer enable_if attributes than Cand2, and vice versa
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 1157 const OverloadCandidate &Cand2,

Completed in 22 milliseconds