HomeSort by relevance Sort by last modified time
    Searched full:isanalyzed (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
IfConversion.cpp 90 /// IsAnalyzed - True if BB has been analyzed (info is still valid).
107 bool IsAnalyzed : 1;
123 IsAnalyzed(false), IsEnqueued(false), IsBrAnalyzable(false),
754 if (BBI.IsAnalyzed || BBI.IsBeingAnalyzed)
766 BBI.IsAnalyzed = true;
773 BBI.IsAnalyzed = true;
780 BBI.IsAnalyzed = true;
789 BBI.IsAnalyzed = true;
    [all...]
RegisterCoalescer.cpp     [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 123 public boolean isAnalyzed() {
    [all...]

Completed in 31 milliseconds