Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp122 LoopProperties *CurrentLoopProperties = nullptr; member in __anon33c827c70111::LUAnalysisCache
317 CurrentLoopProperties = &Props; in countLoop()
334 CurrentLoopProperties = nullptr; in forgetLoop()
351 return CurrentLoopProperties->CanBeUnswitchedCount > 0; in CostAllowsUnswitching()
360 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData()