Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp537 SelectInstVisitor SIVisitor; member in __anon71b8f0620211::FuncPGOInstrumentation
573 ValueSites(IPVK_Last + 1), SIVisitor(Func), MST(F, BPI, BFI) { in FuncPGOInstrumentation()
575 SIVisitor.countSelects(Func); in FuncPGOInstrumentation()
578 NumOfPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
583 NumOfCSPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
631 FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 | in computeCFGHash()
641 << ", Selects = " << SIVisitor.getNumOfSelectInsts() in computeCFGHash()
817 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in instrumentOneFunc()
833 FuncInfo.SIVisitor.instrumentSelects(F, &I, NumCounters, FuncInfo.FuncNameVar, in instrumentOneFunc()
1070 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in setInstrumentedCounts()
[all …]