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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp229 LoopProperties& Props = InsertRes.first->second; local
248 Props.SizeEstimation = std::min(Metrics.NumInsts, Metrics.NumBlocks * 5);
249 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
250 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
253 if (!Props.CanBeUnswitchedCount) {
262 CurrentLoopProperties = &Props;
263 CurLoopInstructions = &Props.UnswitchedVals;
274 LoopProperties& Props local
[all...]
/macosx-10.10.1/zsh-61/zsh/Functions/Misc/
H A Dzkbd213 Props Undo
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenRegisters.cpp758 StringRef Name, Key Props)
759 : Members(*Props.Members),
764 SpillSize(Props.SpillSize),
765 SpillAlignment(Props.SpillAlignment),
757 CodeGenRegisterClass(CodeGenRegBank &RegBank, StringRef Name, Key Props) argument
H A DCodeGenRegisters.h383 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);

Completed in 187 milliseconds