HomeSort by relevance Sort by last modified time
    Searched defs:Props (Results 1 - 2 of 2) 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/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 249 milliseconds