Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp121 UnswitchedValsMap *CurLoopInstructions = nullptr; member in __anon33c827c70111::LUAnalysisCache
318 CurLoopInstructions = &Props.UnswitchedVals; in countLoop()
335 CurLoopInstructions = nullptr; in forgetLoop()
342 (*CurLoopInstructions)[SI].insert(V); in setUnswitched()
347 return (*CurLoopInstructions)[SI].count(V); in isUnswitched()