Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h82 bool isCounterPromotionEnabled() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp403 bool InstrProfiling::isCounterPromotionEnabled() const { in isCounterPromotionEnabled() function in InstrProfiling
411 if (!isCounterPromotionEnabled()) in promoteCounterLoadStores()
613 if (isCounterPromotionEnabled()) in lowerIncrement()