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

  /external/llvm/include/llvm/
Attributes.h 295 /// getParamAttributes - The attributes for the specified index are
297 Attributes getParamAttributes(unsigned Idx) const {
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 540 if (Attributes attrs = PAL.getParamAttributes(ArgIndex))
660 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex))
724 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex))
    [all...]
DeadArgumentElimination.cpp 743 if (Attributes Attrs = PAL.getParamAttributes(i + 1))
804 if (Attributes Attrs = CallPAL.getParamAttributes(i + 1))
811 if (Attributes Attrs = CallPAL.getParamAttributes(i + 1))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 99 .getParamAttributes(I->getArgNo() + 1));
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 134 milliseconds