Home
last modified time | relevance | path

Searched refs:CurCtrIdx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp439 unsigned *CurCtrIdx = nullptr; // Pointer to current counter index. member
462 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()