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

  /external/llvm/include/llvm/
Argument.h 52 /// hasByValAttr - Return true if this argument has the byval attribute on it
54 bool hasByValAttr() const;
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 440 return A->hasNoAliasAttr() || A->hasByValAttr();
452 return A->hasByValAttr();
BasicAliasAnalysis.cpp 61 if (A->hasByValAttr() || A->hasNoAliasAttr()) {
109 if (A->hasByValAttr()) {
    [all...]
ValueTracking.cpp 312 if (A->hasByValAttr())
    [all...]
  /external/llvm/lib/Target/
Mangler.cpp 167 if (AI->hasByValAttr())
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 138 (AI->hasByValAttr() && !F.onlyReadsMemory()))
DeadArgumentElimination.cpp 312 if (Arg->use_empty() && !Arg->hasByValAttr())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 295 if (A->hasByValAttr())
716 if (AI->hasByValAttr())
SCCP.cpp     [all...]
ObjCARC.cpp 181 if (Arg->hasByValAttr() ||
    [all...]
  /external/llvm/lib/VMCore/
Function.cpp 78 /// hasByValAttr - Return true if this argument has the byval attribute on it
80 bool Argument::hasByValAttr() const {
Value.cpp 408 return A->hasByValAttr();

Completed in 161 milliseconds