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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp114 LoopProperties *CurrentLoopProperties; member in class:__anon3223::LUAnalysisCache
134 : CurLoopInstructions(nullptr), CurrentLoopProperties(nullptr),
310 CurrentLoopProperties = &Props;
328 CurrentLoopProperties = nullptr;
345 return CurrentLoopProperties->CanBeUnswitchedCount > 0;
355 LoopProperties &OldLoopProps = *CurrentLoopProperties;

Completed in 59 milliseconds