HomeSort by: relevance | last modified time | path
    Searched defs:Assumed (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateName.h 51 Assumed, // defined in DeclarationName.h
85 return Bits.Kind == Assumed
210 /// An unqualified-id that has been assumed to name a function template
265 /// Retrieve information on a name that has been assumed to be a
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 39 // currently assumed state (see the AbstractState class) might not be valid
44 // in-flight. Since the IR is given and assumed to be valid, the information
45 // derived from it can be assumed to hold. However, information derived from
1111 /// was assumed dead.
1318 "Only local linkage is assumed dead initially.");
1384 /// If \p V is assumed to be a constant, return it, if it is unclear yet,
1390 /// Return true if \p AA (or its context instruction) is assumed dead.
1397 /// Return true if \p I is assumed dead.
1405 /// Return true if \p U is assumed dead.
1413 /// Return true if \p IRP is assumed dead
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 370 // Only track dependence if we are going to use the assumed info.
418 auto Assumed = S.getAssumed();
420 return Assumed == S.getAssumed() ? ChangeStatus::UNCHANGED
481 // TODO: If we know we visited all returned values, thus no are assumed
587 // TODO: If we know we visited all incoming values, thus no are assumed
904 /// Return an assumed unique return value if a single candidate is found. If
944 // Check if we have an assumed unique return value that we could manifest.
963 // If the assumed unique return value is an argument, annotate it.
1009 // undef values that can also be present, it is assumed to be the actual
2064 // We also ensure the return position is not "assumed dead
    [all...]

Completed in 24 milliseconds