Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp434 unsigned getNumOfSelectInsts() const { return NSIs; } in getNumOfSelectInsts() function
546 NumOfPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
551 NumOfCSPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
602 FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 | in computeCFGHash()
613 updateJCH((uint64_t)SIVisitor.getNumOfSelectInsts()); in computeCFGHash()
629 << ", Selects = " << SIVisitor.getNumOfSelectInsts() in computeCFGHash()
856 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in instrumentOneFunc()
1122 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in setInstrumentedCounts()