Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h87 bool isCounterPromotionEnabled() const;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp453 bool InstrProfiling::isCounterPromotionEnabled() const { in isCounterPromotionEnabled() function in InstrProfiling
461 if (!isCounterPromotionEnabled()) in promoteCounterLoadStores()
726 if (isCounterPromotionEnabled()) in lowerIncrement()