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

  /external/llvm/lib/CodeGen/
IfConversion.cpp 205 unsigned &Dups1, unsigned &Dups2) const;
546 unsigned &Dups1, unsigned &Dups2) const {
547 Dups1 = Dups2 = 0;
636 ++Dups2;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 182 unsigned &Dups1, unsigned &Dups2) const;
521 unsigned &Dups1, unsigned &Dups2) const {
522 Dups1 = Dups2 = 0;
607 ++Dups2;
789 unsigned Dups2 = 0;
796 if (CanRevCond && ValidDiamond(TrueBBI, FalseBBI, Dups, Dups2) &&
797 MeetIfcvtSizeLimit(*TrueBBI.BB, (TrueBBI.NonPredSize - (Dups + Dups2) +
799 *FalseBBI.BB, (FalseBBI.NonPredSize - (Dups + Dups2) +
813 Dups2));
    [all...]

Completed in 200 milliseconds