Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h87 bool isCounterPromotionEnabled() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp453 bool InstrProfiling::isCounterPromotionEnabled() const { in isCounterPromotionEnabled() function in InstrProfiling
461 if (!isCounterPromotionEnabled()) in promoteCounterLoadStores()
719 if (isCounterPromotionEnabled()) in lowerIncrement()