Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp113 UnswitchedValsMap *CurLoopInstructions; member in __anon1bf9f3440111::LUAnalysisCache
134 : CurLoopInstructions(nullptr), CurrentLoopProperties(nullptr), in LUAnalysisCache()
311 CurLoopInstructions = &Props.UnswitchedVals; in countLoop()
329 CurLoopInstructions = nullptr; in forgetLoop()
336 (*CurLoopInstructions)[SI].insert(V); in setUnswitched()
341 return (*CurLoopInstructions)[SI].count(V); in isUnswitched()