Home
last modified time | relevance | path

Searched refs:IsRef (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Index/
DIndexingContext.cpp231 bool IsRef, const Decl *Parent, in handleDeclOccurrence() argument
265 if (IsRef) in handleDeclOccurrence()
274 if (!IsRef) in handleDeclOccurrence()
285 if (IsRef) in handleDeclOccurrence()
323 if (!IsRef && Parent && !cast<DeclContext>(Parent)->isFunctionOrMethod()) { in handleDeclOccurrence()
DIndexingContext.h110 bool IsRef, const Decl *Parent,
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp271 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()
DBitTracker.cpp120 bool IsRef = (V.Type == BT::BitValue::Ref); in operator <<() local
122 if (!IsRef && V == SV) in operator <<()
124 if (IsRef && SV.Type == BT::BitValue::Ref && V.RefI.Reg == SV.RefI.Reg) { in operator <<()
DRDFGraph.h716 static bool IsRef(const NodeAddr<NodeBase*> BA) { in IsRef() function