HomeSort by relevance Sort by last modified time
    Searched refs:Props (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 229 LoopProperties& Props = InsertRes.first->second;
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 = LIt->second
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 751 StringRef Name, Key Props)
752 : Members(*Props.Members),
757 SpillSize(Props.SpillSize),
758 SpillAlignment(Props.SpillAlignment),
    [all...]
CodeGenRegisters.h 382 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);
  /external/clang/lib/Parse/
ParseObjc.cpp 296 SmallVectorImpl<Decl *> &Props;
303 SmallVectorImpl<Decl *> &Props,
307 P(P), Props(Props), OCDS(OCDS), AtLoc(AtLoc), LParenLoc(LParenLoc),
345 Props.push_back(Property);
    [all...]

Completed in 77 milliseconds