HomeSort by: relevance | last modified time | path
    Searched refs:ElidedArgCopyInstrs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 55 SmallPtrSet<const Instruction *, 4> ElidedArgCopyInstrs;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 707 if (!ElidedArgCopyInstrs.count(&*I))
1483 ElidedArgCopyInstrs.count(Inst)) {
1626 ElidedArgCopyInstrs.clear();
SelectionDAGBuilder.cpp 9925 SmallPtrSetImpl<const Instruction *> &ElidedArgCopyInstrs,
9976 ElidedArgCopyInstrs.insert(SI);
10233 ElidedArgCopyInstrs, ArgCopyElisionCandidates, Arg,

Completed in 55 milliseconds