HomeSort by relevance Sort by last modified time
    Searched refs:Cand1 (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;
739 Cand1.clear();
742 Cand1.BranchBlock = &MBB;
745 if (!canCoalesceBranch(Cand1))
748 Cand2.BranchBlock = Cand1.BranchTargetBlock;
755 assert(MPDT->dominates(Cand2.BranchTargetBlock, Cand1.BranchBlock) &&
758 if (!identicalOperands(Cand1.Cond, Cand2.Cond)) {
759 LLVM_DEBUG(dbgs() << "Blocks " << Cand1.BranchBlock->getNumber()
764 if (!canMerge(Cand2, Cand1)) {
766 << Cand1.BranchBlock->getNumber() << " and
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 797 const OverloadCandidate& Cand1,
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 837 milliseconds