Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp457 unsigned getNumOfSelectInsts() const { return NSIs; } in getNumOfSelectInsts() function
570 NumOfPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
575 NumOfCSPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
626 FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 | in computeCFGHash()
637 updateJCH((uint64_t)SIVisitor.getNumOfSelectInsts()); in computeCFGHash()
653 << ", Selects = " << SIVisitor.getNumOfSelectInsts() in computeCFGHash()
880 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in instrumentOneFunc()
1149 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in setInstrumentedCounts()