HomeSort by: relevance | last modified time | path
    Searched refs:Below (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StratifiedSets.h 50 /// The link for the set "below" current
51 StratifiedIndex Below;
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {}
58 bool hasBelow() const { return Below != SetSentinel; }
61 void clearBelow() { Below = SetSentinel; }
72 /// above or below another. In CFL Alias Analysis, this gives us an indication
73 /// of how two variables are related; if the set of variable A is below a set
83 /// below set A.
121 /// This builder has a notion of some value A being above, below, or with some
125 /// > The `A below B` relationship is the opposite of `A above B`. It implie
    [all...]
CFLSteensAliasAnalysis.cpp 159 SetIndex = Link.Below;
317 // bit more interesting. We follow three general rules described below:
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 407 enum DisplayHint { Above, Below };
428 PathDiagnosticPiece(StringRef s, Kind k, DisplayHint hint = Below);
429 PathDiagnosticPiece(Kind k, DisplayHint hint = Below);
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
bn-c64xplus.asm 17 ;; unrolled SPLOOP-free loops - at ~8*n and ~5*n. Below assembler
376 ADDU B0,A9:A8,A9:A8 ; removed || to avoid cross-path stall below
  /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
bn-c64xplus.asm 17 ;; unrolled SPLOOP-free loops - at ~8*n and ~5*n. Below assembler
376 ADDU B0,A9:A8,A9:A8 ; removed || to avoid cross-path stall below
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
bn-c64xplus.asm 18 ;; unrolled SPLOOP-free loops - at ~8*n and ~5*n. Below assembler
377 ADDU B0,A9:A8,A9:A8 ; removed || to avoid cross-path stall below
  /src/external/gpl2/lvm2/dist/
configure.in 481 dnl -- Below are checks for libraries common to more than one build.

Completed in 20 milliseconds