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

  /external/llvm/include/llvm/IR/
Argument.h 69 bool hasByValOrInAllocaAttr() const;
  /external/llvm/lib/IR/
Mangler.cpp 70 if (AI->hasByValOrInAllocaAttr())
Function.cpp 103 bool Argument::hasByValOrInAllocaAttr() const {
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 735 if (AI->hasByValOrInAllocaAttr())
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 462 if (!A.hasByValOrInAllocaAttr()) {
ValueTracking.cpp 312 if (A->hasByValOrInAllocaAttr()) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 213 if (isSafeToPromoteArgument(PtrArg, PtrArg->hasByValOrInAllocaAttr()))
    [all...]
DeadArgumentElimination.cpp 347 if (Arg->use_empty() && !Arg->hasByValOrInAllocaAttr())
    [all...]

Completed in 105 milliseconds