Searched refs:SIVisitor (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 503 SelectInstVisitor SIVisitor; member in __anoncbdd98c50211::FuncPGOInstrumentation 536 SIVisitor(Func), MIVisitor(Func), MST(F, BPI, BFI) { in FuncPGOInstrumentation() 538 SIVisitor.countSelects(Func); in FuncPGOInstrumentation() 540 NumOfPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation() 571 return NumCounters + SIVisitor.getNumOfSelectInsts(); in getNumCounters() 596 FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 | in computeCFGHash() 601 << ", Selects = " << SIVisitor.getNumOfSelectInsts() in computeCFGHash() 745 FuncInfo.SIVisitor.instrumentSelects(F, &I, NumCounters, FuncInfo.FuncNameVar, in instrumentOneFunc() 1154 FuncInfo.SIVisitor.annotateSelects(F, this, &CountPosition); in populateCounters()
|