Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp330 unsigned getNumOfSelectInsts() const { return NSIs; } in getNumOfSelectInsts() function
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()