HomeSort by relevance Sort by last modified time
    Searched full:byvalarguments (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/CodeGen/
SafeStack.cpp 142 SmallVectorImpl<Argument *> &ByValArguments,
158 ArrayRef<Argument *> ByValArguments,
408 SmallVectorImpl<Argument *> &ByValArguments,
450 ByValArguments.push_back(&Arg);
515 ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns,
517 if (StaticAllocas.empty() && ByValArguments.empty())
536 for (Argument *Arg : ByValArguments) {
590 for (Argument *Arg : ByValArguments) {
762 SmallVector<Argument *, 4> ByValArguments;
774 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns
    [all...]

Completed in 106 milliseconds