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

  /external/llvm/lib/Analysis/
AliasAnalysisSummary.cpp 23 LLVM_CONSTEXPR AliasAttr AttrEscaped = 1 << AttrEscapedIndex;
28 AttrEscaped | AttrUnknown | AttrGlobal;
42 AliasAttrs getAttrEscaped() { return AttrEscaped; }
AliasAnalysisSummary.h 77 /// AttrEscaped represent whether the said pointer comes from a known source but
94 /// and AttrEscaped
CFLSteensAliasAnalysis.cpp 324 // AttrNone or AttrEscaped), then we know that CFLSteensAA fully models them:
331 // - AttrEscaped do not alias globals/arguments, but they may alias

Completed in 766 milliseconds