Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp116 LoopProperties *CurrentLoopProperties; member in __anonbcfadd0d0111::LUAnalysisCache
136 : CurLoopInstructions(nullptr), CurrentLoopProperties(nullptr), in LUAnalysisCache()
306 CurrentLoopProperties = &Props; in countLoop()
324 CurrentLoopProperties = nullptr; in forgetLoop()
341 return CurrentLoopProperties->CanBeUnswitchedCount > 0; in CostAllowsUnswitching()
351 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp119 LoopProperties *CurrentLoopProperties = nullptr; member in __anon2e9142650111::LUAnalysisCache
309 CurrentLoopProperties = &Props; in countLoop()
326 CurrentLoopProperties = nullptr; in forgetLoop()
343 return CurrentLoopProperties->CanBeUnswitchedCount > 0; in CostAllowsUnswitching()
352 LoopProperties &OldLoopProps = *CurrentLoopProperties; in cloneData()