Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp335 unsigned getNumOfSelectInsts() const { return NSIs; } in getNumOfSelectInsts() function
545 NumOfPGOSelectInsts += SIVisitor.getNumOfSelectInsts(); in FuncPGOInstrumentation()
576 return NumCounters + SIVisitor.getNumOfSelectInsts(); in getNumCounters()
601 FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 | in computeCFGHash()
606 << ", Selects = " << SIVisitor.getNumOfSelectInsts() in computeCFGHash()