Searched refs:getRef (Results 1 – 4 of 4) sorted by relevance
175 operator bool() const { return getRef(); }180 return getRef()->second.U.GV; in getValue()184 return getRef()->second.SummaryList; in getSummaryList()188 return haveGVs() ? getRef()->second.U.GV->getName() in name()189 : getRef()->second.U.Name; in name()211 assert(A.getRef() && B.getRef() &&213 return A.getRef() == B.getRef();217 assert(A.getRef() && B.getRef() &&219 return A.getRef() != B.getRef();223 assert(A.getRef() && B.getRef() &&[all …]
405 RegisterCell getRef(const RegisterRef &RR, const CellMapType &M) const { in getRef() function
7565 assert(VIRef.first->getRef() == FwdVIRef && in AddGlobalValueToIndex()7822 if (AliaseeVI.getRef() == FwdVIRef) { in ParseAliasSummary()7944 if (VI.getRef() == FwdVIRef) in ParseOptionalCalls()7956 assert(Calls[P.first].first.getRef() == FwdVIRef && in ParseOptionalCalls()8033 if (VC.VI.getRef() == FwdVIRef) in ParseOptionalRefs()8042 assert(Refs[P.first].getRef() == FwdVIRef && in ParseOptionalRefs()8376 assert(NumberedValueInfos[GVId].getRef() != FwdVIRef); in ParseGVReference()
4284 cast<VarDecl>(cast<DeclRefExpr>(IT->getRef())->getDecl()) in getAddressOfLocalVariable()