Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp115 UnswitchedValsMap *CurLoopInstructions; member in __anonbcfadd0d0111::LUAnalysisCache
136 : CurLoopInstructions(nullptr), CurrentLoopProperties(nullptr), in LUAnalysisCache()
307 CurLoopInstructions = &Props.UnswitchedVals; in countLoop()
325 CurLoopInstructions = nullptr; in forgetLoop()
332 (*CurLoopInstructions)[SI].insert(V); in setUnswitched()
337 return (*CurLoopInstructions)[SI].count(V); in isUnswitched()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp118 UnswitchedValsMap *CurLoopInstructions = nullptr; member in __anon2e9142650111::LUAnalysisCache
310 CurLoopInstructions = &Props.UnswitchedVals; in countLoop()
327 CurLoopInstructions = nullptr; in forgetLoop()
334 (*CurLoopInstructions)[SI].insert(V); in setUnswitched()
339 return (*CurLoopInstructions)[SI].count(V); in isUnswitched()