Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp437 unsigned NSIs = 0; // Number of select instructions instrumented. member
450 NSIs = 0; in countSelects()
485 unsigned getNumOfSelectInsts() const { return NSIs; } in getNumOfSelectInsts()
1729 NSIs++; in visitSelectInst()