Searched refs:SiteNo (Results 1 – 1 of 1) sorted by relevance
299 unsigned SiteNo = MMI->getCallSiteBeginLabel(BeginLabel); in computeCallSiteTable() local300 if (CallSites.size() < SiteNo) in computeCallSiteTable()301 CallSites.resize(SiteNo); in computeCallSiteTable()302 CallSites[SiteNo - 1] = Site; in computeCallSiteTable()