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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp357 unsigned getNumOfSelectInsts() const { return NSIs; } function in struct:__anon4590::SelectInstVisitor
582 NumOfPGOSelectInsts += SIVisitor.getNumOfSelectInsts();
587 NumOfCSPGOSelectInsts += SIVisitor.getNumOfSelectInsts();
635 FunctionHash = (uint64_t)SIVisitor.getNumOfSelectInsts() << 56 |
645 << ", Selects = " << SIVisitor.getNumOfSelectInsts()
853 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts();
1118 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts();

Completed in 61 milliseconds