Home
last modified time | relevance | path

Searched defs:SelectInstVisitor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp435 struct SelectInstVisitor : public InstVisitor<SelectInstVisitor> { struct
436 Function &F;
437 unsigned NSIs = 0; // Number of select instructions instrumented.
438 VisitMode Mode = VM_counting; // Visiting mode.
439 unsigned *CurCtrIdx = nullptr; // Pointer to current counter index.
440 unsigned TotalNumCtrs = 0; // Total number of counters
441 GlobalVariable *FuncNameVar = nullptr;
442 uint64_t FuncHash = 0;
443 PGOUseFunc *UseFunc = nullptr;
444 bool HasSingleByteCoverage;
[all …]