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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp104 UnswitchedValsMap UnswitchedVals; member in struct:__anon3223::LUAnalysisCache::LoopProperties
311 CurLoopInstructions = &Props.UnswitchedVals;
356 UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals;
378 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];

Completed in 120 milliseconds