Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp129 UnswitchedValsMap *CurLoopInstructions = nullptr; member in __anonf191606d0111::LUAnalysisCache
331 CurLoopInstructions = &Props.UnswitchedVals; in countLoop()
348 CurLoopInstructions = nullptr; in forgetLoop()
355 (*CurLoopInstructions)[SI].insert(V); in setUnswitched()
360 return (*CurLoopInstructions)[SI].count(V); in isUnswitched()