HomeSort by relevance Sort by last modified time
    Searched refs:Cand2 (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCBranchCoalescing.cpp 731 CoalescingCandidateInfo Cand1, Cand2;
740 Cand2.clear();
748 Cand2.BranchBlock = Cand1.BranchTargetBlock;
749 if (!canCoalesceBranch(Cand2))
755 assert(MPDT->dominates(Cand2.BranchTargetBlock, Cand1.BranchBlock) &&
758 if (!identicalOperands(Cand1.Cond, Cand2.Cond)) {
760 << " and " << Cand2.BranchBlock->getNumber()
764 if (!canMerge(Cand2, Cand1)) {
767 << Cand2.BranchBlock->getNumber() << "\n");
774 MergedCandidates = mergeCandidates(Cand2, Cand1)
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 798 const OverloadCandidate& Cand2,
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 556 milliseconds