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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h89 bool isCounterPromotionEnabled() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp465 bool InstrProfiling::isCounterPromotionEnabled() const { function in class:InstrProfiling
473 if (!isCounterPromotionEnabled())
714 if (isCounterPromotionEnabled())

Completed in 127 milliseconds