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.cpp544 SelectInstVisitor SIVisitor; member in __anon0925556b0111::FuncPGOInstrumentation
593 SIVisitor(Func, HasSingleByteCoverage), in FuncPGOInstrumentation()
599 SIVisitor.countSelects(); in FuncPGOInstrumentation()
602 NumOfPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
609 NumOfCSPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
662 updateJCH((uint64_t)SIVisitor.getNumOfSelectInsts()); in computeCFGHash()
681 << ", Selects = " << SIVisitor.getNumOfSelectInsts() in computeCFGHash()
903 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in instrumentOneFunc()
969 FuncInfo.SIVisitor.instrumentSelects(&I, NumCounters, FuncInfo.FuncNameVar, in instrumentOneFunc()
1232 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in setInstrumentedCounts()
[all …]