Searched refs:isPartial (Results 1 – 7 of 7) sorted by relevance
24 if ((isPartial() && other.isMust()) || (other.isPartial() && isMust())) in merge()
143 bool isPartial() const { in isPartial() function168 assert(isPartial()); in getUnordered()
85 bool isPartial() const { return Partial; } in isPartial() function
627 assert(!CP.isPartial() && "This doesn't work for partial copies."); in adjustCopiesBackFrom()2008 if (!CP.isPartial() && LIS->getInterval(CP.getSrcReg()).size() > in joinCopy()2044 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()2064 if (!CP.isPartial() && !CP.isPhys()) in joinCopy()2822 if (DefMI->isFullCopy() && !CP.isPartial() && in analyzeValue()
68 bool isPartial() const { return kind == PartialAlias; } in isPartial() function
1057 } else if (!CmpInfo.isPartial()) { in VisitBinCmp()
14108 if (Info->isPartial()) { in BuildSynthesizedThreeWayComparison()14127 int I = Info->isPartial() ? 3 : 2; in BuildSynthesizedThreeWayComparison()