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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp275 LoopProperties &Props = PropsIt->second; local
296 Props.SizeEstimation = Metrics.NumInsts;
297 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
298 Props.WasUnswitchedCount = 0;
299 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
310 CurrentLoopProperties = &Props;
311 CurLoopInstructions = &Props.UnswitchedVals;
322 LoopProperties &Props local
[all...]
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.h423 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);
H A DCodeGenRegisters.cpp724 StringRef Name, Key Props)
725 : Members(*Props.Members),
730 SpillSize(Props.SpillSize),
731 SpillAlignment(Props.SpillAlignment),
723 CodeGenRegisterClass(CodeGenRegBank &RegBank, StringRef Name, Key Props) argument

Completed in 47 milliseconds