Searched refs:SiteNo (Results 1 – 1 of 1) sorted by relevance
331 unsigned SiteNo = Asm->MF->getCallSiteBeginLabel(BeginLabel); in computeCallSiteTable() local332 if (CallSites.size() < SiteNo) in computeCallSiteTable()333 CallSites.resize(SiteNo); in computeCallSiteTable()334 CallSites[SiteNo - 1] = Site; in computeCallSiteTable()