Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp130 LoopProperties *CurrentLoopProperties = nullptr; member in __anon84d475960111::LUAnalysisCache
330 CurrentLoopProperties = &Props; in countLoop()
347 CurrentLoopProperties = nullptr; in forgetLoop()
364 return CurrentLoopProperties->CanBeUnswitchedCount > 0; in costAllowsUnswitching()
373 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData()