HomeSort by relevance Sort by last modified time
    Searched refs:FnAttrs (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 239 if (Attributes FnAttrs = PAL.getFnAttributes())
240 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs));
658 Attributes FnAttrs = PAL.getFnAttributes();
752 if (FnAttrs != Attribute::None)
753 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs));
788 Attributes FnAttrs = CallPAL.getFnAttributes();
815 if (FnAttrs != Attribute::None)
816 AttributesVec.push_back(AttributeWithIndex::get(~0, FnAttrs));
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 138 milliseconds