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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp311 unsigned NSIs = 0; // Number of select instructions instrumented. member in struct:__anon4590::SelectInstVisitor
322 NSIs = 0;
357 unsigned getNumOfSelectInsts() const { return NSIs; }
1437 NSIs++;

Completed in 29 milliseconds