Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp177 bool EnabledPGO; member in __anon79227d7a0111::LoopUnswitch
460 EnabledPGO = F->getEntryCount().hasValue(); in runOnLoop()
462 if (LoopUnswitchWithBlockFrequency && EnabledPGO) { in runOnLoop()
555 if (LoopUnswitchWithBlockFrequency && EnabledPGO) { in processCurrentLoop()