Searched refs:CurCtrIdx (Results 1 – 1 of 1) sorted by relevance
439 unsigned *CurCtrIdx = nullptr; // Pointer to current counter index. member462 CurCtrIdx = Ind; in instrumentSelects()473 CurCtrIdx = Ind; in annotateSelects()1698 Builder.getInt32(*CurCtrIdx), Step}); in instrumentOneSelectInst()1699 ++(*CurCtrIdx); in instrumentOneSelectInst()1704 assert(*CurCtrIdx < CountFromProfile.size() && in annotateOneSelectInst()1707 SCounts[0] = CountFromProfile[*CurCtrIdx]; // True count in annotateOneSelectInst()1708 ++(*CurCtrIdx); in annotateOneSelectInst()