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

  /external/llvm/include/llvm/IR/
Argument.h 79 bool hasByValOrInAllocaAttr() const;
  /external/llvm/lib/IR/
Mangler.cpp 98 if (AI->hasByValOrInAllocaAttr())
Function.cpp 104 bool Argument::hasByValOrInAllocaAttr() const {
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 461 if (!A.hasByValOrInAllocaAttr()) {
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 331 if (isSafeToPromoteArgument(PtrArg, PtrArg->hasByValOrInAllocaAttr(), AAR))
    [all...]
DeadArgumentElimination.cpp 351 if (Arg.use_empty() && !Arg.hasByValOrInAllocaAttr())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 814 if (AI.hasByValOrInAllocaAttr())
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 741 if (Align && !I->hasByValOrInAllocaAttr() && !I->hasNUses(0)) {
    [all...]

Completed in 222 milliseconds