HomeSort by relevance Sort by last modified time
    Searched defs:Partial (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 44 /// Partial - True when the original copy was a partial subregister copy.
45 bool Partial;
61 Partial(false), CrossClass(false), Flipped(false), NewRC(0) {}
80 bool isPartial() const { return Partial; }
  /external/llvm/lib/Analysis/
AliasAnalysisCounter.cpp 32 unsigned No, May, Partial, Must;
39 No = May = Partial = Must = 0;
48 unsigned AASum = No+May+Partial+Must;
57 printLine("partial alias", Partial, AASum);
61 << Partial*100/AASum << "%/"
134 case PartialAlias: Partial++; AliasString = "Partial alias"; break;
  /external/webkit/Source/WebCore/page/
SpatialNavigation.h 68 // 2) Partially aligned: There is a partial intersection between the rects, either
98 Partial,
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 182 milliseconds