Searched refs:anyCommon (Results 1 – 10 of 10) sorted by relevance
65 return bv.anyCommon(Other.bv); in Overlaps()
423 if (PickedGlobals.anyCommon(UGS.Globals)) in doMerge()
473 bool anyCommon(const SmallBitVector &RHS) const { in anyCommon() function477 return getPointer()->anyCommon(*RHS.getPointer()); in anyCommon()
523 bool anyCommon(const BitVector &RHS) const { in anyCommon() function
242 return Units.anyCommon(PRI.getMaskUnits(RR.Reg)); in hasAliasOf()
161 return BitVector::anyCommon(Rs); in intersects()
141 return BitVector::anyCommon(Rs); in intersects()
328 bool anyCommon(const BitVector &RHS) const { in anyCommon() function
557 bool anyCommon(const BitVectorTmpl &RHS) const { in anyCommon() function
534 return ClauseDefs.anyCommon(ClauseUses) ? 1 : 0; in checkSoftClauseHazards()