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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TypeMetadataUtils.h 48 SmallVectorImpl<CallInst *> &Assumes, const CallInst *CI,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TypeMetadataUtils.cpp 77 SmallVectorImpl<CallInst *> &Assumes, const CallInst *CI,
86 Assumes.push_back(Assume);
90 if (!Assumes.empty())
ModuleSummaryAnalysis.cpp 186 SmallVector<CallInst *, 4> Assumes;
187 findDevirtualizableCallsForTypeTest(DevirtCalls, Assumes, CI, DT);
  /src/distrib/amiga/stand/
update 12 Assumes you are using an https capable ftp, and have lha installed from pkgsrc
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Threading.inc 272 // Assumes the same number of hardware threads per CPU socket.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22. Assumes useful bsf, useful shrd, no tzcnt, no shlx.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreihwl/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22. Assumes useless bsf, useless shrd, useful tzcnt, shlx.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/k10/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22. Assumes useful bsf, useless shrd, no tzcnt, no shlx.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bd2/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22. Assumes useless bsf, useless shrd, tzcnt, no shlx.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22. Assumes useless bsf, useless shrd, no tzcnt, no shlx.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 1782 SmallVector<CallInst *, 1> Assumes;
1784 findDevirtualizableCallsForTypeTest(DevirtCalls, Assumes, CI, DT);
1789 if (!Assumes.empty()) {
1796 // We no longer need the assumes or the type test.
1797 for (auto Assume : Assumes)
1812 // False, which will break any uses on assumes. Below we remove any type
1813 // test assumes that will not be treated as Unknown by LTT.
1815 // The type test assumes will be treated by LTT as Unsat if the type id is
1820 // For ThinLTO importing, we need to remove the type test assumes if this is
1823 // type test assumes can be kept. If the MDString type id is missing
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 996 assert((CharByteWidth & 7) == 0 && "Assumes character size is byte multiple");

Completed in 23 milliseconds