Lines Matching refs:getFlags
121 if (RefA.Addr->getFlags() & NodeAttrs::Undef) in getAllReachingDefs()
145 if (TA.Addr->getFlags() & NodeAttrs::PhiRef) in getAllReachingDefs()
180 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs()
293 uint16_t Flags = DA.Addr->getFlags(); in getAllReachingDefs()
301 return DA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachingDefs()
324 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl()
341 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl()
388 if (!(R.Addr->getFlags() & NodeAttrs::Clobbering)) in getNearestAliasedRef()
430 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses()
434 if (!(UA.Addr->getFlags() & NodeAttrs::Undef)) { in getAllReachedUses()
511 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo()
515 uint16_t F = A.Addr->getFlags(); in computePhiInfo()
529 uint16_t Flags = NodeAddr<DefNode*>(T).Addr->getFlags(); in computePhiInfo()
561 assert((UA.Addr->getFlags() & NodeAttrs::Undef) == 0); in computePhiInfo()
604 if (D.Addr->getFlags() & NodeAttrs::PhiRef) { in computePhiInfo()
1073 assert(!(IA.Addr->getFlags() & NodeAttrs::Phi)); in traverse()
1105 if (!(TA.Addr->getFlags() & NodeAttrs::Preserving)) in traverse()
1128 if (UA.Addr->getFlags() & NodeAttrs::Undef) in traverse()