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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp313 unsigned *CurCtrIdx = nullptr; // Pointer to current counter index. member in struct:__anon4590::SelectInstVisitor
334 CurCtrIdx = Ind;
345 CurCtrIdx = Ind;
1406 Builder.getInt32(*CurCtrIdx), Step});
1407 ++(*CurCtrIdx);
1412 assert(*CurCtrIdx < CountFromProfile.size() &&
1415 SCounts[0] = CountFromProfile[*CurCtrIdx]; // True count
1416 ++(*CurCtrIdx);

Completed in 80 milliseconds