Lines Matching refs:getFlags
120 if (RefA.Addr->getFlags() & NodeAttrs::Undef) in getAllReachingDefs()
144 if (TA.Addr->getFlags() & NodeAttrs::PhiRef) in getAllReachingDefs()
179 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs()
292 uint16_t Flags = DA.Addr->getFlags(); in getAllReachingDefs()
300 return DA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachingDefs()
323 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl()
340 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl()
386 if (!(R.Addr->getFlags() & NodeAttrs::Clobbering)) in getNearestAliasedRef()
428 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses()
432 if (!(UA.Addr->getFlags() & NodeAttrs::Undef)) { in getAllReachedUses()
509 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo()
513 uint16_t F = A.Addr->getFlags(); in computePhiInfo()
527 uint16_t Flags = NodeAddr<DefNode*>(T).Addr->getFlags(); in computePhiInfo()
559 assert((UA.Addr->getFlags() & NodeAttrs::Undef) == 0); in computePhiInfo()
602 if (D.Addr->getFlags() & NodeAttrs::PhiRef) { in computePhiInfo()
1071 assert(!(IA.Addr->getFlags() & NodeAttrs::Phi)); in traverse()
1103 if (!(TA.Addr->getFlags() & NodeAttrs::Preserving)) in traverse()
1126 if (UA.Addr->getFlags() & NodeAttrs::Undef) in traverse()