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