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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp356 unsigned getNumOfSelectInsts() const { return NSIs; } function in struct:__anon5602::SelectInstVisitor
578 NumOfPGOSelectInsts += SIVisitor.getNumOfSelectInsts();
583 NumOfCSPGOSelectInsts += SIVisitor.getNumOfSelectInsts();
631 FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 |
641 << ", Selects = " << SIVisitor.getNumOfSelectInsts()
817 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts();
1070 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts();

Completed in 101 milliseconds