Searched refs:IsRef (Results 1 – 5 of 5) sorted by relevance
231 bool IsRef, const Decl *Parent, in handleDeclOccurrence() argument265 if (IsRef) in handleDeclOccurrence()274 if (!IsRef) in handleDeclOccurrence()285 if (IsRef) in handleDeclOccurrence()323 if (!IsRef && Parent && !cast<DeclContext>(Parent)->isFunctionOrMethod()) { in handleDeclOccurrence()
110 bool IsRef, const Decl *Parent,
271 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in getAllReachingDefsRec()351 if (!DFG.IsRef<NodeAttrs::Def>(R)) in computePhiInfo()425 if (!DFG.IsRef<NodeAttrs::Use>(I)) in computePhiInfo()476 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in computePhiInfo()513 NodeList Ds = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Def>, DFG); in computePhiInfo()593 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in computeLiveIns()748 assert(DFG.IsRef<NodeAttrs::Use>(RA)); in getRestrictedRegRef()
120 bool IsRef = (V.Type == BT::BitValue::Ref); in operator <<() local122 if (!IsRef && V == SV) in operator <<()124 if (IsRef && SV.Type == BT::BitValue::Ref && V.RefI.Reg == SV.RefI.Reg) { in operator <<()
716 static bool IsRef(const NodeAddr<NodeBase*> BA) { in IsRef() function