Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp286 unsigned *CurCtrIdx = nullptr; // Pointer to current counter index. member
307 CurCtrIdx = Ind; in instrumentSelects()
318 CurCtrIdx = Ind; in annotateSelects()
1228 Builder.getInt32(*CurCtrIdx), Step}); in instrumentOneSelectInst()
1229 ++(*CurCtrIdx); in instrumentOneSelectInst()
1234 assert(*CurCtrIdx < CountFromProfile.size() && in annotateOneSelectInst()
1237 SCounts[0] = CountFromProfile[*CurCtrIdx]; // True count in annotateOneSelectInst()
1238 ++(*CurCtrIdx); in annotateOneSelectInst()