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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp113 UnswitchedValsMap *CurLoopInstructions; member in class:__anon3223::LUAnalysisCache
134 : CurLoopInstructions(nullptr), CurrentLoopProperties(nullptr),
311 CurLoopInstructions = &Props.UnswitchedVals;
329 CurLoopInstructions = nullptr;
336 (*CurLoopInstructions)[SI].insert(V);
341 return (*CurLoopInstructions)[SI].count(V);

Completed in 119 milliseconds