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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp175 bool EnabledPGO; member in class:__anon3223::LoopUnswitch
444 EnabledPGO = F->getEntryCount().hasValue();
446 if (LoopUnswitchWithBlockFrequency && EnabledPGO) {
522 if (LoopUnswitchWithBlockFrequency && EnabledPGO) {

Completed in 119 milliseconds