Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h85 bool isCounterPromotionEnabled() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp481 bool InstrProfiling::isCounterPromotionEnabled() const { in isCounterPromotionEnabled() function in InstrProfiling
489 if (!isCounterPromotionEnabled()) in promoteCounterLoadStores()
727 if (isCounterPromotionEnabled()) in lowerIncrement()