Searched defs:SelectInstVisitor (Results 1 – 1 of 1) sorted by relevance
435 struct SelectInstVisitor : public InstVisitor<SelectInstVisitor> { struct436 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 counters441 GlobalVariable *FuncNameVar = nullptr;442 uint64_t FuncHash = 0;443 PGOUseFunc *UseFunc = nullptr;444 bool HasSingleByteCoverage;[all …]