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 231 LoopProperties& Props = InsertRes.first->second;
250 Props.SizeEstimation = std::min(Metrics.NumInsts, Metrics.NumBlocks * 5);
251 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
252 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
262 if (!Props.CanBeUnswitchedCount) {
271 CurrentLoopProperties = &Props;
272 CurLoopInstructions = &Props.UnswitchedVals;
283 LoopProperties& Props = LIt->second
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 383 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);
CodeGenRegisters.cpp 764 StringRef Name, Key Props)
765 : Members(*Props.Members),
770 SpillSize(Props.SpillSize),
771 SpillAlignment(Props.SpillAlignment),
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 298 SmallVectorImpl<Decl *> &Props;
305 SmallVectorImpl<Decl *> &Props,
309 P(P), Props(Props), OCDS(OCDS), AtLoc(AtLoc), LParenLoc(LParenLoc),
347 Props.push_back(Property);
    [all...]

Completed in 498 milliseconds