Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp606 SelectInstVisitor SIVisitor; member in __anon0925556b0211::FuncPGOInstrumentation
656 SIVisitor(Func, HasSingleByteCoverage), in FuncPGOInstrumentation()
662 SIVisitor.countSelects(); in FuncPGOInstrumentation()
665 NumOfPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
672 NumOfCSPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
725 updateJCH((uint64_t)SIVisitor.getNumOfSelectInsts()); in computeCFGHash()
744 << ", Selects = " << SIVisitor.getNumOfSelectInsts() in computeCFGHash()
969 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in instrument()
1039 FuncInfo.SIVisitor.instrumentSelects(&I, NumCounters, Name, in instrument()
1313 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in setInstrumentedCounts()
[all …]