Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp578 SelectInstVisitor SIVisitor; member in __anon28e3dc830211::FuncPGOInstrumentation
615 ValueSites(IPVK_Last + 1), SIVisitor(Func), in FuncPGOInstrumentation()
618 SIVisitor.countSelects(Func); in FuncPGOInstrumentation()
621 NumOfPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
626 NumOfCSPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
677 FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 | in computeCFGHash()
688 updateJCH((uint64_t)SIVisitor.getNumOfSelectInsts()); in computeCFGHash()
704 << ", Selects = " << SIVisitor.getNumOfSelectInsts() in computeCFGHash()
908 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in instrumentOneFunc()
924 FuncInfo.SIVisitor.instrumentSelects(F, &I, NumCounters, FuncInfo.FuncNameVar, in instrumentOneFunc()
[all …]